Diff for /embedaddon/sudo/plugins/sudoers/toke.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:26:49 version 1.1.1.3, 2012/10/09 09:29:52
Line 22  bool fill_args(const char *, int, int); Line 22  bool fill_args(const char *, int, int);
 bool fill_cmnd(const char *, int);  bool fill_cmnd(const char *, int);
 bool fill_txt(const char *, int, int);  bool fill_txt(const char *, int, int);
 bool ipv6_valid(const char *s);  bool ipv6_valid(const char *s);
   int sudoers_trace_print(const char *msg);
 void yyerror(const char *);  void yyerror(const char *);
   
 #ifndef FLEX_SCANNER  #ifndef FLEX_SCANNER

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


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