From ebe4050128fda79e5611e88c6dcd9621d38de599 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 22 Oct 2007 20:05:18 +0000 Subject: Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86820 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_skinny.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'channels/chan_skinny.c') diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c index bbea12915..86d2a5b95 100644 --- a/channels/chan_skinny.c +++ b/channels/chan_skinny.c @@ -2731,14 +2731,14 @@ static char *handle_skinny_show_settings(struct ast_cli_entry *e, int cmd, struc } static struct ast_cli_entry cli_skinny[] = { - AST_CLI(handle_skinny_show_devices, "List defined Skinny devices"), - AST_CLI(handle_skinny_show_device, "List Skinny device information"), - AST_CLI(handle_skinny_show_lines, "List defined Skinny lines per device"), - AST_CLI(handle_skinny_show_line, "List Skinny line information"), - AST_CLI(handle_skinny_show_settings, "List global Skinny settings"), - AST_CLI(handle_skinny_set_debug, "Enable Skinny debugging"), - AST_CLI(handle_skinny_set_debug_off, "Disable Skinny debugging"), - AST_CLI(handle_skinny_reset, "Reset Skinny device(s)"), + AST_CLI_DEFINE(handle_skinny_show_devices, "List defined Skinny devices"), + AST_CLI_DEFINE(handle_skinny_show_device, "List Skinny device information"), + AST_CLI_DEFINE(handle_skinny_show_lines, "List defined Skinny lines per device"), + AST_CLI_DEFINE(handle_skinny_show_line, "List Skinny line information"), + AST_CLI_DEFINE(handle_skinny_show_settings, "List global Skinny settings"), + AST_CLI_DEFINE(handle_skinny_set_debug, "Enable Skinny debugging"), + AST_CLI_DEFINE(handle_skinny_set_debug_off, "Disable Skinny debugging"), + AST_CLI_DEFINE(handle_skinny_reset, "Reset Skinny device(s)"), }; #if 0 -- cgit v1.2.3