mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +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:
		| @@ -684,15 +684,10 @@ static char show_http_help[] = | ||||
| "Usage: http list status\n" | ||||
| "       Lists status of internal HTTP engine\n"; | ||||
|  | ||||
| static struct ast_cli_entry cli_http_show_status_deprecated = { | ||||
| 	{ "http", "show", "status", NULL }, | ||||
| 	handle_show_http, NULL, | ||||
| 	NULL }; | ||||
|  | ||||
| static struct ast_cli_entry cli_http[] = { | ||||
| 	{ { "http", "list", "status", NULL }, | ||||
| 	handle_show_http, "Display HTTP server status", | ||||
| 	show_http_help, NULL, &cli_http_show_status_deprecated }, | ||||
| 	show_http_help }, | ||||
| }; | ||||
|  | ||||
| int ast_http_init(void) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user