Abstracted pthread from threads.* into sysdep_decls.h to ease porting.
[citadel.git] / citadel / include / ctdl_module.h
index 6005b19932238e63fda3798b05988183a0334d6f..e5a544b73365ad9e73cb61311c1f59a3c192ffcf 100644 (file)
@@ -117,7 +117,7 @@ struct CtdlThreadNode *CtdlThreadSchedule(char *name, long flags, void *(*thread
 void CtdlThreadSleep(int secs);
 void CtdlThreadStop(struct CtdlThreadNode *thread);
 int CtdlThreadCheckStop(void);
-void CtdlThreadCancel(struct CtdlThreadNode *thread);
+/* void CtdlThreadCancel2(struct CtdlThreadNode *thread); Leave this out, it should never be needed */
 const char *CtdlThreadName(const char *name);
 struct CtdlThreadNode *CtdlThreadSelf(void);
 int CtdlThreadGetCount(void);