X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finclude%2Fctdl_module.h;h=905446ee55aa8d0a7e387cdce09c9e9c128f6a17;hb=13f214043d3697db7a3ca1c751cee41fd2fcf695;hp=a839ffbabc7cdeafdab05a6db17f64f9e8f4c5ae;hpb=7b446ded2584f08fe51fe9327a3769acc6937c85;p=citadel.git diff --git a/citadel/include/ctdl_module.h b/citadel/include/ctdl_module.h index a839ffbab..905446ee5 100644 --- a/citadel/include/ctdl_module.h +++ b/citadel/include/ctdl_module.h @@ -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 */