NetBSD/sbin/cgdconfig/extern.h
2008-02-16 17:56:11 +00: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 *);