mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Remove deprecated CLI apps from the core
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43449 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1152,15 +1152,10 @@ char show_file_formats_usage[] =
|
||||
"Usage: core list file formats\n"
|
||||
" Displays currently registered file formats (if any)\n";
|
||||
|
||||
struct ast_cli_entry cli_show_file_formats_deprecated = {
|
||||
{ "show", "file", "formats" },
|
||||
show_file_formats, NULL,
|
||||
NULL };
|
||||
|
||||
struct ast_cli_entry cli_file[] = {
|
||||
{ { "file", "list", "formats" },
|
||||
show_file_formats, "Displays file formats",
|
||||
show_file_formats_usage, NULL, &cli_show_file_formats_deprecated },
|
||||
show_file_formats_usage },
|
||||
};
|
||||
|
||||
int ast_file_init(void)
|
||||
|
||||
Reference in New Issue
Block a user