X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2Fmodule.h;h=89bf781a89e3b5bedac202929ac99dd07844e6af;hp=73e141d546a94fbe04cbfe1557003614c721292e;hb=406c308308e4d131475a692cd425cb156e0776f1;hpb=7d9422966272d2d0998280521a8347d42bd8e1cb diff --git a/src/modules/module.h b/src/modules/module.h index 73e141d..89bf781 100644 --- a/src/modules/module.h +++ b/src/modules/module.h @@ -218,6 +218,7 @@ extern int module_id; /* 186 */ #define get_revision ((const char * (*)(void))global[186]) /* 187 */ #define get_codelines ((const char * (*)(void))global[187]) /* 188 */ #define get_patchlevel ((const int (*)(void))global[188]) +/* 189 */ #define get_module_name ((char * (*)(int))global[189]) #define MODULE_HEADER(initfunc,startfunc,loopfunc,stopfunc) \ void **global = NULL; \