netbsd/sbin/cgdconfig/extern.h
2013-04-06 16:48:33 +02:00

9 lines
145 B
C

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