[Asterisk-cvs] asterisk/include/asterisk cli.h,1.5,1.5.2.1
citats at lists.digium.com
citats at lists.digium.com
Tue Apr 6 03:42:03 CDT 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv24725/include/asterisk
Modified Files:
Tag: v1-0_stable
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.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- cli.h 10 Sep 2003 05:24:49 -0000 1.5
+++ cli.h 6 Apr 2004 07:42:20 -0000 1.5.2.1
@@ -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