mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 22:08:28 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user