Diff for /libaitcli/example/keys.h between versions 1.1.2.2 and 1.2

version 1.1.2.2, 2010/06/03 23:29:32 version 1.2, 2011/03/16 17:24:03
Line 180  typedef struct { Line 180  typedef struct {
         int                     line_out;          int                     line_out;
 } linebuffer_t;  } linebuffer_t;
   
 typedef char history[STRSIZ];  
   
 typedef int (*cmd_func_t)(linebuffer_t * __restrict buffer, int argc, char ** __restrict argv);  typedef int (*cmd_func_t)(linebuffer_t * __restrict buffer, int argc, char ** __restrict argv);
 typedef struct {  typedef struct {
         int             cmd_level;          int             cmd_level;

Removed from v.1.1.2.2  
changed lines
  Added in v.1.2


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