summaryrefslogtreecommitdiffstats
path: root/loader/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/modules.h')
-rw-r--r--loader/modules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/modules.h b/loader/modules.h
index ed46dc7c8..12d524d99 100644
--- a/loader/modules.h
+++ b/loader/modules.h
@@ -17,12 +17,12 @@ struct moduleList_s {
int numModules;
};
+
int mlReadLoadedList(moduleList * list);
void mlFreeList(moduleList list);
int mlLoadDeps(moduleDeps * moduleDepList, const char * path);
moduleDeps mlNewDeps(void);
-int mlLoadModule(char * modName, enum miLocationTypes locationType,
- char * location, moduleList modLoaded,
+int mlLoadModule(char * modName, void * location, moduleList modLoaded,
moduleDeps modDeps, char ** args, moduleInfoSet modInfo,
int flags);
char ** mlGetDeps(moduleDeps modDeps, const char * modName);