Diff for /libaitcli/src/cli.c between versions 1.11 and 1.12

version 1.11, 2022/10/17 22:04:24 version 1.12, 2022/12/05 22:23:38
Line 58  int Line 58  int
 cli_Cmd_Exit(void * __restrict cli_buffer, int idx, char ** __restrict args)  cli_Cmd_Exit(void * __restrict cli_buffer, int idx, char ** __restrict args)
 {  {
         cli_Printf(cli_buffer, "\n");          cli_Printf(cli_buffer, "\n");
           ((linebuffer_t*) cli_buffer)->line_kill = 42;
         return RETCODE_EOF;          return RETCODE_EOF;
 }  }
   

Removed from v.1.11  
changed lines
  Added in v.1.12


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