mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user