summaryrefslogtreecommitdiffstats
path: root/loader/modules.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-07-28 16:08:18 +0000
committerErik Troan <ewt@redhat.com>1999-07-28 16:08:18 +0000
commit7f8b0446239bbfaa13f37f388d94f92b9c304d5b (patch)
tree46306206e9391f7c4d92103650a9a3da79cde9cf /loader/modules.h
parent03050ef1ee350c9fa4c49484423b7f9a0085e2de (diff)
downloadanaconda-7f8b0446239bbfaa13f37f388d94f92b9c304d5b.tar.gz
anaconda-7f8b0446239bbfaa13f37f388d94f92b9c304d5b.tar.xz
anaconda-7f8b0446239bbfaa13f37f388d94f92b9c304d5b.zip
added mlModuleInList()
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 cceefc9cc..94e9f1665 100644
--- a/loader/modules.h
+++ b/loader/modules.h
@@ -10,5 +10,6 @@ moduleDeps mlNewDeps(void);
int mlLoadModule(char * modName, moduleList modLoaded,
moduleDeps modDeps, int testing);
char ** mlGetDeps(moduleDeps modDeps, const char * modName);
+int mlModuleInList(const char * modName, moduleList list);
#endif