* Removed all of the thread cancellation cruft that is no longer necessary
[citadel.git] / citadel / citserver.h
index 45ac8d519ca82473b3e5f66063007a7f3915de5c..c206bd72a707fcc543cd433872037e2d22876722 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$ */
 void master_startup (void);
 void master_cleanup (void);
-void cleanup (int);
+void cleanup (struct CitContext *);
 void set_wtmpsupp (char *newtext);
 void set_wtmpsupp_to_current_room(void);
 void cmd_info (void);