--- linuxsampler/trunk/src/network/lscpserver.h 2007/12/05 15:01:12 1550 +++ linuxsampler/trunk/src/network/lscpserver.h 2007/12/05 22:05:28 1551 @@ -209,8 +209,8 @@ static void SendLSCPNotify( LSCPEvent Event ); static int EventSubscribers( std::list events ); - static void LockRTNotify( void ) { RTNotifyMutex.Lock(); } - static void UnlockRTNotify( void ) { RTNotifyMutex.Unlock(); } + static void LockRTNotify(); + static void UnlockRTNotify(); static String FilterEndlines(String s); protected: @@ -243,7 +243,7 @@ bool HasSoloChannel(); void MuteNonSoloChannels(); void UnmuteChannels(); - + /** * Throws an exception if the specified file is not found or * if directory is specified.