X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysdep_decls.h;h=ef5b9e700c1e5b5c370b46ae5eb18ffaf16d8cf0;hb=42412e16acbac1716baa03490d271b59f21dbd93;hp=4f1587f8c2941a6dfb42f99906c8c38668f47ae3;hpb=dbdfdc83c09e5cbd958e3e70b4564633b6ddc770;p=citadel.git diff --git a/citadel/sysdep_decls.h b/citadel/sysdep_decls.h index 4f1587f8c..ef5b9e700 100644 --- a/citadel/sysdep_decls.h +++ b/citadel/sysdep_decls.h @@ -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);