*** VERSION 5.6.0 ***
[NeonServV5.git] / src / modules / module.h
index 1a8426c06c1894fac726fb3d665823187535df91..447daed1d917ce3155f73a559f35555e33137715 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
@@ -224,6 +224,8 @@ extern int module_id;
 /* 192 */ #define module_global_cmd_unregister_neonbackup ((void (*)(char *))global[192])
 /* 193 */ #define module_neonbackup_recover_chan ((void (*)(struct ChanNode *))global[193])
 /* 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])
 
 #define MODULE_HEADER(initfunc,startfunc,stopfunc) \
     void **global = NULL; \