X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finclude%2Fctdl_module.h;h=c0a13c89d5d5a72c43f8bbd8505a325542745647;hb=d807dba09ef46a3ec070c946d12e299c7de69f7c;hp=f1ee1a5f9dec587162ed7ce9acd16b489c30ded2;hpb=689f71293a14d88788c4a1a2edd8b03edb9d3e9c;p=citadel.git diff --git a/citadel/include/ctdl_module.h b/citadel/include/ctdl_module.h index f1ee1a5f9..c0a13c89d 100644 --- a/citadel/include/ctdl_module.h +++ b/citadel/include/ctdl_module.h @@ -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);