* Initial hack of worker-thread rearchitecture. Right now it is successfully
[citadel.git] / citadel / sysdep_decls.h
index 4f1587f8c2941a6dfb42f99906c8c38668f47ae3..ef5b9e700c1e5b5c370b46ae5eb18ffaf16d8cf0 100644 (file)
@@ -15,9 +15,9 @@ int client_read_to (char *buf, int bytes, int timeout);
 int client_read (char *buf, int bytes);
 int client_gets (char *buf);
 void sysdep_master_cleanup (void);
-void cleanup (int exit_code);
 void kill_session (int session_to_kill);
 void *sd_context_loop (struct CitContext *con);
 void start_daemon (int do_close_stdio);
 void cmd_nset (char *cmdbuf);
 int convert_login (char *NameToConvert);
+void worker_thread (void);