mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 07:54:50 -07:00
CLI: Remove compatibility code.
Previous commits maintained compatibility with older remote console clients as well as maintaining all API's. Remove the following compatibility code: * ast_cli_generatornummatches. * Remote command "_command nummatches". * Sorting / duplicate removal by remote console. Change-Id: I59e6ce94fa57ae564888442049695f7e46746437
This commit is contained in:
@@ -293,8 +293,6 @@ int ast_cli_unregister_multiple(struct ast_cli_entry *e, int len);
|
||||
*/
|
||||
char *ast_cli_generator(const char *, const char *, int);
|
||||
|
||||
int ast_cli_generatornummatches(const char *, const char *);
|
||||
|
||||
/*!
|
||||
* \brief Generates a NULL-terminated array of strings that
|
||||
* 1) begin with the string in the second parameter, and
|
||||
|
||||
Reference in New Issue
Block a user