aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/mod_format.h
diff options
context:
space:
mode:
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;
};