Lots more removal of deprecated things

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-09-21 21:59:12 +00:00
parent f1d824aaba
commit 6ae8741518
20 changed files with 74 additions and 2148 deletions

View File

@@ -341,15 +341,10 @@ static char show_usage[] =
" List settings of a particular ODBC class.\n"
" or, if not specified, all classes.\n";
static struct ast_cli_entry cli_odbc_show_deprecated = {
{ "odbc", "show", NULL },
odbc_show_command, NULL,
NULL };
static struct ast_cli_entry cli_odbc[] = {
{ { "odbc", "list", NULL },
odbc_show_command, "List ODBC DSN(s)",
show_usage, NULL, &cli_odbc_show_deprecated },
show_usage },
};
static int odbc_register_class(struct odbc_class *class, int connect)