summaryrefslogtreecommitdiffstats
path: root/loader/modules.h
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-21 22:24:38 +0000
committerMatt Wilson <msw@redhat.com>1999-08-21 22:24:38 +0000
commit76b0bde0e0cd76ba5713f1a772a08922d2feedae (patch)
tree0a6ae89342817e85881ead2fb32188ae8ea8f00e /loader/modules.h
parentc94b6668bb539bd601c77cf65f31f24885e18d4f (diff)
downloadanaconda-76b0bde0e0cd76ba5713f1a772a08922d2feedae.tar.gz
anaconda-76b0bde0e0cd76ba5713f1a772a08922d2feedae.tar.xz
anaconda-76b0bde0e0cd76ba5713f1a772a08922d2feedae.zip
take a flags argument to mlLoadModule, rather then a testing one
Diffstat (limited to 'loader/modules.h')
-rw-r--r--loader/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/modules.h b/loader/modules.h
index ff458f13f..a4afcd423 100644
--- a/loader/modules.h
+++ b/loader/modules.h
@@ -20,7 +20,7 @@ void mlFreeList(moduleList list);
int mlLoadDeps(moduleDeps * moduleDepList, const char * path);
moduleDeps mlNewDeps(void);
int mlLoadModule(char * modName, moduleList modLoaded,
- moduleDeps modDeps, char ** args, int testing);
+ moduleDeps modDeps, char ** args, int flags);
char ** mlGetDeps(moduleDeps modDeps, const char * modName);
int mlModuleInList(const char * modName, moduleList list);
int mlWriteConfModules(moduleList list, moduleInfoSet modInfo, int fd);