From: Joshua Colp Date: Fri, 10 Nov 2006 03:44:36 +0000 (+0000) Subject: Fix building of chan_h323 by completeing some structure definitions. (issue #8327... X-Git-Tag: 1.4.0-beta4~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e424d306ace05ca3ac546ad1e946440662e02c08;p=thirdparty%2Fasterisk.git Fix building of chan_h323 by completeing some structure definitions. (issue #8327 reported by Mithraen) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47405 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_h323.c b/channels/chan_h323.c index 98d82094e6..b8a9ad9e6a 100644 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -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 },