X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysdep_decls.h;h=a1e551c9f468467b6fb86b010ae101c405bafe8d;hb=8d1aa3abcbc0872607064e7769275bab86c67a5c;hp=f77d6e4a5d6f886453f83592bee01aea9e743ede;hpb=f51eace588722da81ac802ca5cfc05c2d02ebe3e;p=citadel.git diff --git a/citadel/sysdep_decls.h b/citadel/sysdep_decls.h index f77d6e4a5..a1e551c9f 100644 --- a/citadel/sysdep_decls.h +++ b/citadel/sysdep_decls.h @@ -78,6 +78,8 @@ void create_worker(void); extern int num_sessions; extern volatile int time_to_die; extern volatile int shutdown_and_halt; +extern volatile int running_as_daemon; +extern volatile int restart_server; extern int verbosity; extern int rescan[];