summaryrefslogtreecommitdiff
path: root/include/asterisk/cli.h
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-04-06 07:42:01 +0000
committerJames Golovich <james@gnuinter.net>2004-04-06 07:42:01 +0000
commit8cfed866d328659477d71d99dffe335f7b104ce4 (patch)
tree79790f5032d8b81ee5ddeca15c9bf201bfebcbfc /include/asterisk/cli.h
parent852422f4abb99a2f7cae86a44d0d5876d0f9ae01 (diff)
Remove size restiction on remote console command completion (bug 1360)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2634 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 */