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 --- apps/app_rpt.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'apps/app_rpt.c') diff --git a/apps/app_rpt.c b/apps/app_rpt.c index 1f77cee3a..7ea02ac0f 100644 --- a/apps/app_rpt.c +++ b/apps/app_rpt.c @@ -706,12 +706,12 @@ static char *handle_cli_rpt_reload(struct ast_cli_entry *e, int cmd, struct ast_ static char *handle_cli_rpt_restart(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a); static struct ast_cli_entry cli_rpt[] = { - NEW_CLI(handle_cli_rpt_debug_level, "Enable app_rpt debuggin"), - NEW_CLI(handle_cli_rpt_dump, "Dump app_rpt structs for debugging"), - NEW_CLI(handle_cli_rpt_stats, "Dump node statistics"), - NEW_CLI(handle_cli_rpt_lstats, "Dump link statistics"), - NEW_CLI(handle_cli_rpt_reload, "Reload app_rpt config"), - NEW_CLI(handle_cli_rpt_restart, "Restart app_rpt") + AST_CLI(handle_cli_rpt_debug_level, "Enable app_rpt debuggin"), + AST_CLI(handle_cli_rpt_dump, "Dump app_rpt structs for debugging"), + AST_CLI(handle_cli_rpt_stats, "Dump node statistics"), + AST_CLI(handle_cli_rpt_lstats, "Dump link statistics"), + AST_CLI(handle_cli_rpt_reload, "Reload app_rpt config"), + AST_CLI(handle_cli_rpt_restart, "Restart app_rpt") }; /* -- cgit v1.2.3