Diff for /libaitcli/src/cli.c between versions 1.10.4.1 and 1.11.2.1

version 1.10.4.1, 2022/10/13 21:29:15 version 1.11.2.1, 2022/10/19 23:18:54
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.10.4.1  
changed lines
  Added in v.1.11.2.1


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