aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-10 03:44:36 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-10 03:44:36 +0000
commitd06e7f5126ded493de77fb6fe22cd18296cada14 (patch)
tree34b1830bda920c6d6a9b63f5c236f4c29fe2cafd /channels
parentf98007683f0ffd84a12a6f6cbcdd717f6eee8832 (diff)
Fix building of chan_h323 by completeing some structure definitions. (issue #8327 reported by Mithraen)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47405 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-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 98d82094e..b8a9ad9e6 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 },