added free-client event
[NeonServV5.git] / src / modules / module.h
index d5b1d7a1dbb94b7776b962139e0353f124ac088b..071c1483afd35462ec8f25db331a36a20bc122d4 100644 (file)
@@ -1,4 +1,4 @@
-/* module.h - NeonServ v5.5
+/* module.h - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -226,6 +226,8 @@ extern int module_id;
 /* 194 */ #define requestInvite ((void (*)(struct UserNode *, struct ChanNode *))global[194])
 /* 195 */ #define is_stable_revision ((const int (*)(void))global[195])
 /* 196 */ #define get_dev_revision ((const char * (*)(void))global[196])
+/* 197 */ #define bind_freeclient ((int (*)(freeclient_func_t *, int))global[197])
+/* 198 */ #define unbind_freeclient ((void (*)(freeclient_func_t *))global[198])
 
 #define MODULE_HEADER(initfunc,startfunc,stopfunc) \
     void **global = NULL; \