summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2017-11-27 11:32:06 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-11-27 11:32:06 -0600
commit635583dabd77a9da420c2e1b0474262fb4a18303 (patch)
treefcc2df08cd0c09bedf41c9dc6132eab61db7c9d2 /include
parent9cbcd8958745fd48435e5b36d243295836160116 (diff)
parent115f53a0fb19138f07ca0c03f06f4a557d663f1f (diff)
Merge "CLI: Remove calls to ast_cli_generator." into 13
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 7bf473c61..0a05a4c11 100644
--- a/include/asterisk/cli.h
+++ b/include/asterisk/cli.h
@@ -282,6 +282,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);