mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Remove "old"-style CLI handler, since nothing uses it anymore.
Closes issue #11403, patch by eliel. This also completes the janitor project. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@90038 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -487,7 +487,7 @@ static void md52sum(char *sum, unsigned char *md5)
|
||||
* \param e CLI command
|
||||
* \param cmd
|
||||
* \param a list of CLI arguments
|
||||
* \return RESULT_SUCCESS
|
||||
* \return CLI_SUCCESS
|
||||
*/
|
||||
static char *handle_cli_keys_show(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
|
||||
{
|
||||
@@ -533,7 +533,7 @@ static char *handle_cli_keys_show(struct ast_cli_entry *e, int cmd, struct ast_c
|
||||
* \param e CLI command
|
||||
* \param cmd
|
||||
* \param a list of CLI arguments
|
||||
* \return RESULT_SUCCESS
|
||||
* \return CLI_SUCCESS
|
||||
*/
|
||||
static char *handle_cli_keys_init(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
|
||||
{
|
||||
|
Reference in New Issue
Block a user