aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cli.h
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-06 07:42:01 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-06 07:42:01 +0000
commitc5b266afba6887c5f0f631dbf29b5d4c3683edcf (patch)
tree79790f5032d8b81ee5ddeca15c9bf201bfebcbfc /include/asterisk/cli.h
parent1af364d1d8d2fc86130c4854654aa7e57bff553d (diff)
Remove size restiction on remote console command completion (bug 1360)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2634 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/cli.h')
-rwxr-xr-xinclude/asterisk/cli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/cli.h b/include/asterisk/cli.h
index 6dfc62144..1d8564b46 100755
--- a/include/asterisk/cli.h
+++ b/include/asterisk/cli.h
@@ -31,6 +31,8 @@ extern void ast_cli(int fd, char *fmt, ...)
#define AST_MAX_ARGS 64
+#define AST_CLI_COMPLETE_EOF "_EOF_"
+
//! A command line entry */
struct ast_cli_entry {
/*! Null terminated list of the words of the command */