summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-25 20:33:27 +0000
committerMark Spencer <markster@digium.com>2003-04-25 20:33:27 +0000
commit20e1b9286273082880e5bb33138ca7b581ef71a8 (patch)
tree3e77dcc58ee15d74189768a22d5406b3a582bd06 /include
parenta54678d7fafb61ed11080bacda6b10471538d8a0 (diff)
Allocate comments
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@914 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index b6875049b..ff8366042 100755
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -21,8 +21,8 @@ extern "C" {
struct ast_config;
struct ast_comment {
- char *comment;
struct ast_comment *next;
+ char cmt[0];
};
struct ast_variable {