Diff for /libaitcli/inc/aitcli.h between versions 1.9 and 1.9.4.1

version 1.9, 2013/11/20 16:26:51 version 1.9.4.1, 2013/11/22 14:25:37
Line 226  typedef SLIST_HEAD(slCommandHead, tagCommand) commands Line 226  typedef SLIST_HEAD(slCommandHead, tagCommand) commands
 /* Main structure, Buffer for CLI work with thread models ;-) special designed by M.Punov */  /* Main structure, Buffer for CLI work with thread models ;-) special designed by M.Punov */
   
 typedef struct {  typedef struct {
           int                     line_kill;
         char                    line_mode;          char                    line_mode;
   
         char                    *line_prompt;          char                    *line_prompt;
Line 562  int cliLoop(linebuffer_t * __restrict cli_buffer, cons Line 563  int cliLoop(linebuffer_t * __restrict cli_buffer, cons
 */  */
 int cliNetLoop(linebuffer_t * __restrict cli_buffer, const char *csHistFile,   int cliNetLoop(linebuffer_t * __restrict cli_buffer, const char *csHistFile, 
                 int sock, int timeout, const char *cmd_name);                  int sock, int timeout, const char *cmd_name);
   #define cliKillLoop(_x) (assert((_x)), (_x)->line_kill = 1)
   
   
 #endif  #endif

Removed from v.1.9  
changed lines
  Added in v.1.9.4.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>