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