threads are using signals and the GC code is #ifdef if available.
[citadel.git] / citadel / sysdep_decls.h
index 3c463f755e699d444ae211c3385e6bb9aa87b500..e61cc4096026391040f16351959ebb772f9baa42 100644 (file)
@@ -70,7 +70,7 @@ int convert_login (char *NameToConvert);
 void *worker_thread (void *arg);
 void init_master_fdset(void);
 void create_worker(void);
-
+void *select_on_master (void *arg);
 
 extern volatile int exit_signal;
 extern volatile int shutdown_and_halt;