NetBSD/sbin/cgdconfig/extern.h
christos cc9c2b575d - constify.
- don't dup extern declarations on each file because they end up being
  inconsistent (yyerror).
2005-06-27 03:07:45 +00:00

9 lines
144 B
C

extern char *yytext;
extern int yylineno;
extern FILE *yyin;
int yylex(void);
int yyerror(const char *);
struct params *cgdparsefile(FILE *);