--- linuxsampler/trunk/src/network/lscpserver.h 2005/02/20 20:32:24 396 +++ 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);