These hooks are not needed when running single threaded
[citadel.git] / citadel / include / ctdl_module.h
index 6d7f9309669b614e27f241fbe37da3c4597eb90f..9472eb4fbcd79f299f8d65743d834599b33a5e39 100644 (file)
@@ -93,8 +93,6 @@
 #define PRIO_UNSTEALTH 45000
 /* Priorities for EVT_STEALTH */
 #define PRIO_STEALTH 50000
-void CtdlRegisterTDAPVetoHook(int (*fcn_ptr)(StrBuf*), int EventType, int Priority);
-void CtdlUnregisterTDAPVetoHook(int (*fcn_ptr) (StrBuf*), int EventType);
 
 
 void CtdlRegisterSessionHook(void (*fcn_ptr)(void), int EventType, int Priority);