summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2017-11-27 12:11:18 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-11-27 12:11:18 -0600
commit93dba6f39670d3b39e05831fa685698227b8c7f3 (patch)
tree5aae634ca53c0ab09e5ae4e5fbc9319d096abdd6 /include/asterisk
parent2e4a8f00362b2c0df3a9d811a97e7649f5fa1b10 (diff)
parenta02cbc2ef3903c68737fddee79d8db1d66623ab4 (diff)
Merge "CLI: Remove calls to ast_cli_generator."
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/cli.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/cli.h b/include/asterisk/cli.h
index 3ed88eb61..51f077fa1 100644
--- a/include/asterisk/cli.h
+++ b/include/asterisk/cli.h
@@ -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);