summaryrefslogtreecommitdiffstats
path: root/loader/modules.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-06 23:30:07 +0000
committerErik Troan <ewt@redhat.com>1999-08-06 23:30:07 +0000
commit1c98f99db5dd38e8be6812f3c927bc8c28f46414 (patch)
tree88f963a50fd6ffcb817b03364c36384a1ac46d90 /loader/modules.h
parent6fe21c6e9ae46d574df0817b31b1b8888183c596 (diff)
downloadanaconda-1c98f99db5dd38e8be6812f3c927bc8c28f46414.tar.gz
anaconda-1c98f99db5dd38e8be6812f3c927bc8c28f46414.tar.xz
anaconda-1c98f99db5dd38e8be6812f3c927bc8c28f46414.zip
first pass at creating /etc/conf.modules
Diffstat (limited to 'loader/modules.h')
-rw-r--r--loader/modules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/modules.h b/loader/modules.h
index fb8313438..3fad121f0 100644
--- a/loader/modules.h
+++ b/loader/modules.h
@@ -11,5 +11,6 @@ int mlLoadModule(char * modName, moduleList modLoaded,
moduleDeps modDeps, int testing);
char ** mlGetDeps(moduleDeps modDeps, const char * modName);
int mlModuleInList(const char * modName, moduleList list);
+int mlWriteConfModules(moduleList list, moduleInfoSet modInfo, int fd);
#endif