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
1.4
Joshua Colp 19 years ago
parent d2624d72ec
commit e424d306ac

@ -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 },

Loading…
Cancel
Save