* Changed a lot of strncpy() calls to safestrncpy() and replaced most of their
[citadel.git] / citadel / sysdep_decls.h
index 4f1587f8c2941a6dfb42f99906c8c38668f47ae3..d1777bdc1a29f699074b0da2d76ffd1e93a91861 100644 (file)
@@ -7,7 +7,7 @@ int ig_tcp_server (int port_number, int queue_len);
 struct CitContext *MyContext (void);
 struct CitContext *CreateNewContext (void);
 void InitMyContext (struct CitContext *con);
-void RemoveContext (struct CitContext *con);
+void RemoveContext (int con);
 int session_count (void);
 void client_write (char *buf, int nbytes);
 void cprintf (const char *format, ...);