--- linuxsampler/trunk/src/network/lscpserver.h 2004/08/15 20:18:55 218 +++ linuxsampler/trunk/src/network/lscpserver.h 2004/08/17 20:35:04 219 @@ -51,8 +51,7 @@ // External references to the main scanner and parser functions extern int yyparse(void* YYPARSE_PARAM); -extern int yylex_init(yyscan_t* scanner); -extern int yylex_destroy(yyscan_t yyscanner); +extern void restart(yyparse_param_t* pparam, int& yychar); /** * Network server for the LinuxSampler Control Protocol (LSCP).