NetBSD/sbin/cgdconfig/extern.h

9 lines
145 B
C
Raw Normal View History

extern char *yytext;
extern int yylineno;
extern FILE *yyin;
int yylex(void);
2008-02-16 20:56:11 +03:00
void yyerror(const char *);
struct params *cgdparsefile(FILE *);