From 1150f3aaeaecd091ed7c650b0797e9f3f9f577c7 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Mon, 9 Aug 1999 22:03:39 +0000 Subject: support module arguments --- loader/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') 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); -- cgit