aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/channel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index e764d19d6..23f1409f7 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -428,9 +428,8 @@ struct ast_channel {
int rawwriteformat; /*!< Raw write format */
struct ast_audiohook_list *audiohooks;
- /*! This pointer should stay for Asterisk 1.4. It just keeps the struct size the same
- * for the sake of ABI compatability. */
- void *__unused;
+ void *unused; /*! This pointer should stay for Asterisk 1.4. It just keeps the struct size the same
+ * for the sake of ABI compatability. */
AST_LIST_ENTRY(ast_channel) chan_list; /*!< For easy linking */