diff -r a8970859f50e -r 08ed55ea1e2a QTfrontend/netserver.h --- a/QTfrontend/netserver.h Sat Dec 15 22:57:22 2007 +0000 +++ b/QTfrontend/netserver.h Sat Dec 15 23:24:43 2007 +0000 @@ -35,7 +35,7 @@ Q_OBJECT public: - void StartServer(quint16 port); + bool StartServer(quint16 port); void StopServer(); bool isChiefClient(HWConnectedClient* cl) const; QMap getGameCfg() const;