modified code to use IOHandler functions instead of own ones
[NeonServV5.git] / src / modules.h
index 5468297a1f1f4ffa8ea696977e0b3e5b6d4cbdf7..da2c6e0d83b4159b46f97557acba8c9c902b4a31 100644 (file)
@@ -31,7 +31,6 @@ struct ModuleInfo {
     #endif
     int state;
     void *startfunc;
-    void *loopfunc;
     void *stopfunc;
     struct ModuleInfo *next;
 };
@@ -40,7 +39,6 @@ struct ModuleInfo {
 void loadModules();
 struct ModuleInfo *loadModule(char *name);
 void start_modules();
-void loop_modules();
 void stop_modules();
 int module_loaded(int module_id);