TDAP: add facility to protect usetable entries from being deleted while still needed.
[citadel.git] / citadel / serv_extensions.h
index f4f720144d090da94eb6d5d816dddf35cbe31cb8..de8502648f6ea42295aca05056841cd0e5dae60d 100644 (file)
@@ -63,6 +63,9 @@ 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);