summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-07-21 18:45:50 +0000
committerErik Troan <ewt@redhat.com>1999-07-21 18:45:50 +0000
commit21f92deddbc1d695cd59af284f97499b4a396225 (patch)
tree0a15aed072a6bd4138b7addb6eb7c88997f65a18 /loader
parent68af26b6b76bfacd5ba82e8c8bcd617c4badd7f3 (diff)
downloadanaconda-21f92deddbc1d695cd59af284f97499b4a396225.tar.gz
anaconda-21f92deddbc1d695cd59af284f97499b4a396225.tar.xz
anaconda-21f92deddbc1d695cd59af284f97499b4a396225.zip
adding testing parameter to mlLoadModule()
Diffstat (limited to 'loader')
-rw-r--r--loader/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/modules.h b/loader/modules.h
index a2c669e24..fc2a50f4e 100644
--- a/loader/modules.h
+++ b/loader/modules.h
@@ -8,7 +8,7 @@ void mlFreeList(moduleList list);
int mlLoadDeps(moduleDeps moduleDepList, const char * path);
moduleDeps mlNewDeps(void);
int mlLoadModule(struct moduleInfo * modInfo, moduleList modLoaded,
- moduleDeps modDeps);
+ moduleDeps modDeps, int testing);
char ** mlGetDeps(moduleDeps modDeps, const char * modName);
#endif