Memleak: free the list of search hooks on exit
[citadel.git] / citadel / serv_extensions.h
index 6cca652aac791d603ace405b3db81041343191f0..b2d556377828e0b1ea0b8631dc398e20386a6c46 100644 (file)
@@ -194,6 +194,8 @@ void CtdlDestroyProtoHooks(void);
 
 void CtdlDestroyServiceHook(void);
 
+void CtdlDestroySearchHooks(void);
+
 void CtdlDestroyFixedOutputHooks(void);
 int PerformFixedOutputHooks(char *, char *, int);