aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-10 03:45:59 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-10 03:45:59 +0000
commit478281c3a75dcfa829951b2ea21c6fb4a5bb7f07 (patch)
tree75961c7b2ef4a7287a9b7fc0cd736485f3d8411d /channels/chan_h323.c
parentce05153a12e27a33676d4f292a74428a7f7b251f (diff)
Merged revisions 47405 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r47405 | file | 2006-11-09 22:44:36 -0500 (Thu, 09 Nov 2006) | 2 lines Fix building of chan_h323 by completeing some structure definitions. (issue #8327 reported by Mithraen) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47406 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_h323.c')
-rw-r--r--channels/chan_h323.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 663d48142..b07400541 100644
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -2726,8 +2726,9 @@ static struct ast_cli_entry cli_h323_trace_deprecated =
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_debug_deprecated =
{ { "h.323", "debug", NULL },
@@ -2736,8 +2737,9 @@ static struct ast_cli_entry cli_h323_debug_deprecated =
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_gk_cycle_deprecated =
{ { "h.323", "gk", "cycle", NULL },