summaryrefslogtreecommitdiff
path: root/src/client_shutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client_shutdown.h')
-rw-r--r--src/client_shutdown.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client_shutdown.h b/src/client_shutdown.h
index 0572971..e0cf267 100644
--- a/src/client_shutdown.h
+++ b/src/client_shutdown.h
@@ -25,7 +25,6 @@
#include "activefor.h"
-void close_connections(int usernum, ConnectuserT** contable);
-void clear_master_connection(clifd* master);
+void close_connections(int usernum, ConnectUser*** contable);
#endif