Continue phase 2 of modules stuff.
[citadel.git] / citadel / include / ctdl_module.h
index a839ffbabc7cdeafdab05a6db17f64f9e8f4c5ae..905446ee55aa8d0a7e387cdce09c9e9c128f6a17 100644 (file)
@@ -64,6 +64,8 @@ void CtdlUnRegisterFixedOutputHook(char *content_type);
 
 void CtdlRegisterMaintenanceThread(char *name, void *(*thread_proc) (void *arg));
 
+void CtdlRegisterSearchFuncHook(void (*fcn_ptr)(int *, long **, char *), char *name);
+
 /* TODODRW: This needs to be changed into a hook type interface
  * for now we have this horrible hack
  */