--- linuxsampler/trunk/src/network/lscpserver.h 2005/02/17 02:53:45 385 +++ linuxsampler/trunk/src/network/lscpserver.h 2005/02/21 04:28:50 397 @@ -124,6 +124,7 @@ String ResetSampler(); String SubscribeNotification(LSCPEvent::event_t); String UnsubscribeNotification(LSCPEvent::event_t); + String QueryDatabase(String query); String SetEcho(yyparse_param_t* pSession, double boolean_value); void AnswerClient(String ReturnMessage);