]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix building of chan_h323 by completeing some structure definitions. (issue #8327...
authorJoshua Colp <jcolp@digium.com>
Fri, 10 Nov 2006 03:44:36 +0000 (03:44 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 10 Nov 2006 03:44:36 +0000 (03:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47405 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_h323.c

index 98d82094e6fa3a6a8b733957b0e84b27ffe7f657..b8a9ad9e6ab441c5725fbd8e9dd92d74ae384c1b 100644 (file)
@@ -2643,13 +2643,15 @@ static char h323_reload_usage[] =
 
 static struct ast_cli_entry cli_h323_no_trace_deprecated = {
        { { "h.323", "no", "trace", NULL },
-       h323_no_trace, "Disable H.323 Stack Tracing",
-       no_trace_usage };
+         h323_no_trace, "Disable H.323 Stack Tracing",
+         no_trace_usage };
+};
 
 static struct ast_cli_entry cli_h323_no_debug_deprecated = {
        { { "h.323", "no", "debug", NULL },
-       h323_no_debug, "Disable H.323 debug",
-       no_debug_usage };
+         h323_no_debug, "Disable H.323 debug",
+         no_debug_usage };
+};
 
 static struct ast_cli_entry cli_h323[] = {
        { { "h.323", "trace", NULL },