--- linuxsampler/trunk/src/network/lscpserver.h 2009/02/27 17:12:40 1847 +++ linuxsampler/trunk/src/network/lscpserver.h 2009/02/28 21:23:06 1848 @@ -212,6 +212,7 @@ String UnsubscribeNotification(LSCPEvent::event_t); String SetEcho(yyparse_param_t* pSession, double boolean_value); void AnswerClient(String ReturnMessage); + void CloseAllConnections(); static int currentSocket; static std::map bufferedCommands;