changed version numbering (separate stable and dev versions)
[NeonServV5.git] / src / modules / module.h
index 1a8426c06c1894fac726fb3d665823187535df91..d5b1d7a1dbb94b7776b962139e0353f124ac088b 100644 (file)
@@ -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; \