summaryrefslogtreecommitdiffstats
path: root/loader/modules.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-07-21 00:01:28 +0000
committerErik Troan <ewt@redhat.com>1999-07-21 00:01:28 +0000
commit61a978bc16725876ef67d23ba4a022671e725df2 (patch)
tree9c242ac50305ac28156829f949ac646efacaba6f /loader/modules.h
parentcc41e9421ae675f9b7b95cac706195f1b85b9ae0 (diff)
downloadanaconda-61a978bc16725876ef67d23ba4a022671e725df2.tar.gz
anaconda-61a978bc16725876ef67d23ba4a022671e725df2.tar.xz
anaconda-61a978bc16725876ef67d23ba4a022671e725df2.zip
added mlGetDeps
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 212a35727..a2c669e24 100644
--- a/loader/modules.h
+++ b/loader/modules.h
@@ -9,5 +9,6 @@ int mlLoadDeps(moduleDeps moduleDepList, const char * path);
moduleDeps mlNewDeps(void);
int mlLoadModule(struct moduleInfo * modInfo, moduleList modLoaded,
moduleDeps modDeps);
+char ** mlGetDeps(moduleDeps modDeps, const char * modName);
#endif