summaryrefslogtreecommitdiff
path: root/include/asterisk/cli.h
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-11-20 17:58:37 -0500
committerCorey Farrell <git@cfware.com>2017-11-27 16:23:06 -0600
commitd12a2ab400a39540950deb4308ad2fd9a24b5074 (patch)
tree36fb0b4afccf33433f45b2ba73ac117f7d9bad44 /include/asterisk/cli.h
parentae342a824ff5e18e26e249d4cda2b7c6e1b21aa7 (diff)
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
Diffstat (limited to 'include/asterisk/cli.h')
-rw-r--r--include/asterisk/cli.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/cli.h b/include/asterisk/cli.h
index c75fc295d..30c5dc798 100644
--- a/include/asterisk/cli.h
+++ b/include/asterisk/cli.h
@@ -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