QTfrontend/netserver.h
changeset 672 08ed55ea1e2a
parent 658 a7e625f5d9d0
child 883 07a568ba44e0
--- 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<QString, QStringList> getGameCfg() const;