X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules.c;h=3193c626cfeae2aa5cbd73a9f8736b1502b7805e;hb=fc61be208ca6dbf2fd915591c8dc7e5ef5779891;hp=b451c0d25614683f4293d7c13704747cf93a3f34;hpb=9fe7d57a2038c122f9fd0217fd09e6e74732c6ce;p=NeonServV5.git diff --git a/src/modules.c b/src/modules.c index b451c0d..3193c62 100644 --- a/src/modules.c +++ b/src/modules.c @@ -1,4 +1,4 @@ -/* modules.c - NeonServ v5.5 +/* modules.c - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -48,6 +48,7 @@ /* 190 */ /* UserNode.h */ /* 191-193 */ #include "ModuleFunctions.h" /* 194 */ /* bots.h */ +/* 195-196 */ /* version.h */ #define Function void * @@ -257,7 +258,9 @@ void *global_functions[] = { /* 191 */ (Function) module_global_cmd_register_neonbackup, /* 192 */ (Function) module_global_cmd_unregister_neonbackup, /* 193 */ (Function) module_neonbackup_recover_chan, -/* 194 */ (Function) requestInvite +/* 194 */ (Function) requestInvite, +/* 195 */ (Function) is_stable_revision, +/* 196 */ (Function) get_dev_revision }; static int module_id_counter = 1;