summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2017-11-27 11:31:24 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-11-27 11:31:24 -0600
commitc34223c958fbdd049917596826c64f4e5cc82e9e (patch)
tree236782e2337e4b2e8266cdfb19f6ee33fc431030 /include
parent570ce8206eccebeb5f0b5256baa03dbe7ac6c889 (diff)
parent369e77d68b2239dd6d791642c4dae8a0a8cf7ddc (diff)
Merge "CLI: Remove calls to ast_cli_generator." into 15
Diffstat (limited to 'include')
-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);