From b0f3e6097e7e40affba1f893c42be66a8d26bd23 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Fri, 19 Oct 2007 18:29:40 +0000 Subject: Convert NEW_CLI to AST_CLI. Closes issue #11039, as suggested by seanbright. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86536 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_agi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res/res_agi.c') diff --git a/res/res_agi.c b/res/res_agi.c index aeaeb7dd0..994c83e08 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -2217,9 +2217,9 @@ static int deadagi_exec(struct ast_channel *chan, void *data) } static struct ast_cli_entry cli_agi[] = { - NEW_CLI(handle_cli_agi_debug, "Enable/Disable AGI debugging"), - NEW_CLI(handle_cli_agi_show, "List AGI commands or specific help"), - NEW_CLI(handle_cli_agi_dumphtml, "Dumps a list of AGI commands in HTML format") + AST_CLI(handle_cli_agi_debug, "Enable/Disable AGI debugging"), + AST_CLI(handle_cli_agi_show, "List AGI commands or specific help"), + AST_CLI(handle_cli_agi_dumphtml, "Dumps a list of AGI commands in HTML format") }; static int unload_module(void) -- cgit v1.2.3