summaryrefslogtreecommitdiff
path: root/include/asterisk/mod_format.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-11-29 17:50:44 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-11-29 17:50:44 +0000
commitafac5cce501cfc6b46792cea06e20cbe07271fc7 (patch)
tree618831e523571a05ffb2ca1af5dcf337a7cf04b8 /include/asterisk/mod_format.h
parent4807fe0f0d68a99313c59f33dd4234c1b6b48ebf (diff)
Merged revisions 90155 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r90155 | tilghman | 2007-11-29 11:29:59 -0600 (Thu, 29 Nov 2007) | 5 lines Use of "private" as a field name in a header file messes with C++ projects Reported by: chewbacca Patch by: casper (Closes issue #11401) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@90158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/mod_format.h')
-rw-r--r--include/asterisk/mod_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/mod_format.h b/include/asterisk/mod_format.h
index e96699dea..fad351335 100644
--- a/include/asterisk/mod_format.h
+++ b/include/asterisk/mod_format.h
@@ -114,7 +114,7 @@ struct ast_filestream {
FILE *f;
struct ast_frame fr; /*!< frame produced by read, typically */
char *buf; /*!< buffer pointed to by ast_frame; */
- void *private; /*!< pointer to private buffer */
+ void *_private; /*!< pointer to private buffer */
const char *orig_chan_name;
};