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
This commit is contained in:
James Golovich
2004-04-06 07:42:01 +00:00
parent 852422f4ab
commit 8cfed866d3
3 changed files with 38 additions and 5 deletions

View File

@@ -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 */