xref: /netbsd-src/sbin/cgdconfig/extern.h (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1 extern char *yytext;
2 extern int yylineno;
3 extern FILE *yyin;
4 
5 int yylex(void);
6 void yyerror(const char *);
7 
8 struct params *cgdparsefile(FILE *);
9