diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h index 6e2c06848..4f984f78e 100644 --- a/include/modules.h +++ b/include/modules.h @@ -275,8 +275,6 @@ struct EvtHookHash_ { /*************************************************************************/ /* Module Managment Functions */ -MDE Module *createModule(char *filename); /* Create a new module, using the given name */ -int destroyModule(Module *m); /* Delete the module */ int addModule(Module *m); /* Add a module to the module hash */ int delModule(Module *m); /* Remove a module from the module hash */ MDE Module *findModule(const char *name); /* Find a module */ |