[Asterisk-cvs] asterisk/include/asterisk cli.h,1.5,1.6
citats at lists.digium.com
citats at lists.digium.com
Tue Apr 6 03:41:44 CDT 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv24703/include/asterisk
Modified Files:
cli.h
Log Message:
Remove size restiction on remote console command completion (bug 1360)
Index: cli.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/cli.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cli.h 10 Sep 2003 05:24:49 -0000 1.5
+++ cli.h 6 Apr 2004 07:42:01 -0000 1.6
@@ -31,6 +31,8 @@
#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 */
More information about the svn-commits
mailing list