From e424d306ace05ca3ac546ad1e946440662e02c08 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Fri, 10 Nov 2006 03:44:36 +0000 Subject: [PATCH] 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 --- channels/chan_h323.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 },