Diff for /libaitcli/example/keys.h between versions 1.1.4.2 and 1.1.4.3

version 1.1.4.2, 2010/06/04 11:46:40 version 1.1.4.3, 2010/06/04 12:08:32
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.4.2  
changed lines
  Added in v.1.1.4.3


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