#ifndef PARSERIF_H_DEFINED #define PARSERIF_H_DEFINED extern int cnfSetLexFile(char*); extern int yyparse(); extern int yydebug; #endif