Continue phase 2 of modules stuff.
[citadel.git] / citadel / include / ctdl_module.h
index ed8e7c9c75499af297fb106c3e653ac68780c97a..a839ffbabc7cdeafdab05a6db17f64f9e8f4c5ae 100644 (file)
@@ -62,4 +62,11 @@ void CtdlRegisterFixedOutputHook(char *content_type,
 );
 void CtdlUnRegisterFixedOutputHook(char *content_type);
 
+void CtdlRegisterMaintenanceThread(char *name, void *(*thread_proc) (void *arg));
+
+/* TODODRW: This needs to be changed into a hook type interface
+ * for now we have this horrible hack
+ */
+void CtdlModuleStartCryptoMsgs(char *ok_response, char *nosup_response, char *error_response);
+
 #endif /* CTDL_MODULE_H */