These hooks are not needed when running single threaded
[citadel.git] / citadel / serv_extensions.h
index 92dd06e9de6a463a627ce255a8c068492b000724..b394a0cef1a7eaba2f97ddacec5c7d3205b29113 100644 (file)
@@ -59,9 +59,6 @@ char *Dynamic_Module_Init(void);
 void CtdlDestroySessionHooks(void);
 void PerformSessionHooks(int EventType);
 
-int CheckTDAPVeto (int DBType, StrBuf *ErrMsg);
-void CtdlDestroyTDAPVetoHooks(void);
-
 void CtdlDestroyUserHooks(void);
 void PerformUserHooks(struct ctdluser *usbuf, int EventType);