Home | History | Annotate | Line # | Download | only in cgdconfig
extern.h revision 1.1.10.1
      1       1.1  christos extern char *yytext;
      2       1.1  christos extern int yylineno;
      3       1.1  christos extern FILE *yyin;
      4       1.1  christos 
      5       1.1  christos int yylex(void);
      6  1.1.10.1      matt void yyerror(const char *);
      7       1.1  christos 
      8       1.1  christos struct params *cgdparsefile(FILE *);
      9