Ignore:
Timestamp:
Nov 23, 2012 10:30:55 AM (11 years ago)
Author:
riza
Message:

Re #1098: Additional implementation to command parsing, telnet front end, console front end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/cli/pjlib-util/include/pjlib-util/errno.h

    r3231 r4299  
    394394 * @hideinitializer 
    395395 * End the current session. This is a special error code returned by 
    396  * pj_cli_exec() to indicate that "exit" or equivalent command has been 
     396 * pj_cli_sess_exec() to indicate that "exit" or equivalent command has been 
    397397 * called to end the current session. 
    398398 */ 
     
    426426/** 
    427427 * @hideinitializer 
     428 * CLI command entered by user match with more than one command/argument  
     429 * specification. 
     430 */ 
     431#define PJ_CLI_EAMBIGUOUS           (PJLIB_UTIL_ERRNO_START+207)/* 320207 */ 
     432/** 
     433 * @hideinitializer 
    428434 * Telnet connection lost. 
    429435 */ 
Note: See TracChangeset for help on using the changeset viewer.