CtdlThreadSchedule() considered harmful. Eliminate. Replaced all
[citadel.git] / citadel / include / ctdl_module.h
index f1ee1a5f9dec587162ed7ce9acd16b489c30ded2..c0a13c89d5d5a72c43f8bbd8505a325542745647 100644 (file)
@@ -160,7 +160,6 @@ void CtdlModuleStartCryptoMsgs(char *ok_response, char *nosup_response, char *er
  * Citadel Threads API
  */
 struct CtdlThreadNode *CtdlThreadCreate(char *name, long flags, void *(*thread_func) (void *arg), void *args);
-struct CtdlThreadNode *CtdlThreadSchedule(char *name, long flags, void *(*thread_func) (void *arg), void *args, time_t when);
 void CtdlThreadSleep(int secs);
 void CtdlThreadStop(struct CtdlThreadNode *thread);
 int CtdlThreadCheckStop(void);