X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules.c;h=4372c48433d1bec7140922c977e862a754acffce;hp=ba3a43a6b8fb32937ad4665bc464d74bb3de053b;hb=4929b3cfa489f3fc5868bf768479f30fff18a272;hpb=2f821c1863d50646d3658a835c3675193b534f33 diff --git a/src/modules.c b/src/modules.c index ba3a43a..4372c48 100644 --- a/src/modules.c +++ b/src/modules.c @@ -45,6 +45,7 @@ /* 181-183 */ #include "WHOHandler.h" /* 184-188 */ #include "version.h" /* 189 */ /* modules.h */ +/* 190 */ /* UserNode.h */ #define Function void * @@ -249,7 +250,8 @@ void *global_functions[] = { /* 186 */ (Function) get_revision, /* 187 */ (Function) get_codelines, /* 188 */ (Function) get_patchlevel, -/* 189 */ (Function) get_module_name +/* 189 */ (Function) get_module_name, +/* 190 */ (Function) isUserModeSet }; static int module_id_counter = 1;