aboutsummaryrefslogtreecommitdiff
path: root/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server.h b/src/server.h
index e09246f..74ee99a 100644
--- a/src/server.h
+++ b/src/server.h
@@ -72,6 +72,7 @@ namespace Bu
72 void shutdown(); 72 void shutdown();
73 73
74 private: 74 private:
75 void closeClient( int iSocket );
75 class SrvClientLink : public Bu::ClientLink 76 class SrvClientLink : public Bu::ClientLink
76 { 77 {
77 public: 78 public: