Reunified the master and client socket listener loops to cut down on thread diversity
[citadel.git] / citadel / sysdep_decls.h
index a71efe59ac0d11aa277ab3a70e2c3869ee8e98de..d301ffb142b5823a9ae6b689b6fe7c155fe9e7be 100644 (file)
@@ -62,7 +62,6 @@ void cmd_nset (char *cmdbuf);
 int convert_login (char *NameToConvert);
 void init_master_fdset(void);
 void *worker_thread(void *);
-void *select_on_master(void *);
 
 extern volatile int exit_signal;
 extern volatile int shutdown_and_halt;