00001 #ifndef LEX_YY_H 00002 #define LEX_YY_H 00003 00004 /* initializes and launches the parsing */ 00005 void init_parsing(FILE *fp, unsigned int isporn, unsigned int isscoring, char *dbname, int verbose); 00006 00007 #endif