added configuration (re)load event
[NeonServV5.git] / src / IRCEvents.h
index e3190378265a656bd7f2f78bda94f5eff31be1ad..2b8e9470fd141108335521dd9c1adb38a20ded94 100644 (file)
@@ -156,4 +156,11 @@ typedef int freechan_func_t(struct ChanNode *chan);
 int event_freechan(struct ChanNode *chan);
 #endif
 
+typedef int reload_func_t(int initialization);
+#ifndef DND_FUNCTIONS
+/* MODULAR ACCESSIBLE */ int bind_reload(reload_func_t *func, int module_id);
+/* MODULAR ACCESSIBLE */ void unbind_reload(reload_func_t *func);
+int event_reload(int initialization);
+#endif
+
 #endif