From 7756b987a015d6001cb1f31e06439d4010125185 Mon Sep 17 00:00:00 2001 From: qwell 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: http://svn.digium.com/svn/asterisk/trunk@86820 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_osplookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_osplookup.c') diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index 5455e0f08..aa65257e6 100644 --- a/apps/app_osplookup.c +++ b/apps/app_osplookup.c @@ -2000,7 +2000,7 @@ static const char* descrip4 = " SUCCESS | FAILED | ERROR \n"; static struct ast_cli_entry cli_osp[] = { - AST_CLI(handle_cli_osp_show, "Displays OSF information") + AST_CLI_DEFINE(handle_cli_osp_show, "Displays OSF information") }; static int load_module(void) -- cgit v1.2.3