* Debugged all possible ways for a session to terminate; do them cleanly.
[citadel.git] / citadel / citserver.h
index c206bd72a707fcc543cd433872037e2d22876722..8c344a252ecc8d1879dbb9271dbea1ced52eb17a 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$ */
 void master_startup (void);
 void master_cleanup (void);
-void cleanup (struct CitContext *);
+void RemoveContext (struct CitContext *);
 void set_wtmpsupp (char *newtext);
 void set_wtmpsupp_to_current_room(void);
 void cmd_info (void);