Merge "CLI: Remove calls to ast_cli_generator."

This commit is contained in:
George Joseph
2017-11-27 12:11:18 -06:00
committed by Gerrit Code Review
3 changed files with 25 additions and 16 deletions

View File

@@ -287,6 +287,9 @@ int ast_cli_unregister_multiple(struct ast_cli_entry *e, int len);
* Useful for readline, that's about it
* \retval 0 on success
* \retval -1 on failure
*
* Only call this function to proxy the CLI generator to
* another.
*/
char *ast_cli_generator(const char *, const char *, int);