diff options
-rw-r--r-- | loader/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/modules.h b/loader/modules.h index 3959b14e0..869c1fc36 100644 --- a/loader/modules.h +++ b/loader/modules.h @@ -9,7 +9,7 @@ void mlFreeList(moduleList list); int mlLoadDeps(moduleDeps * moduleDepList, const char * path); moduleDeps mlNewDeps(void); int mlLoadModule(char * modName, moduleList modLoaded, - moduleDeps modDeps, int testing); + moduleDeps modDeps, char ** args, int testing); char ** mlGetDeps(moduleDeps modDeps, const char * modName); int mlModuleInList(const char * modName, moduleList list); int mlWriteConfModules(moduleList list, moduleInfoSet modInfo, int fd); |