X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysdep_decls.h;h=1398f30b05bc0f8b8aecaf15a37ac77ba4d39b88;hb=3291d029e1d490e5cf9d5518630d78516752eb35;hp=13d5c931fd240472b716ae1635f3ad9513f8d9fe;hpb=3c8413419861a188e48d941a31197e7c372a8d46;p=citadel.git diff --git a/citadel/sysdep_decls.h b/citadel/sysdep_decls.h index 13d5c931f..1398f30b0 100644 --- a/citadel/sysdep_decls.h +++ b/citadel/sysdep_decls.h @@ -19,8 +19,9 @@ 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); +void *worker_thread (void *arg); inline void become_session(struct CitContext *which_con); void CtdlRedirectOutput(FILE *fp, int sock); extern int num_sessions; +extern int time_to_die;