summaryrefslogtreecommitdiffstats
path: root/loader2/modules.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-10-20 21:18:54 +0000
committerJeremy Katz <katzj@redhat.com>2005-10-20 21:18:54 +0000
commit7297fbf22a151212631a1e5950ff57f4c6d7969d (patch)
tree2c2d709201d7cbfc5714bec08c26f99021be7631 /loader2/modules.h
parent07b547db08a8ad38c691d5dba37b60efe65e98e2 (diff)
downloadanaconda-7297fbf22a151212631a1e5950ff57f4c6d7969d.tar.gz
anaconda-7297fbf22a151212631a1e5950ff57f4c6d7969d.tar.xz
anaconda-7297fbf22a151212631a1e5950ff57f4c6d7969d.zip
2005-10-20 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'loader2/modules.h')
-rw-r--r--loader2/modules.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/loader2/modules.h b/loader2/modules.h
index 07042db3a..c899b3225 100644
--- a/loader2/modules.h
+++ b/loader2/modules.h
@@ -34,12 +34,6 @@ int mlLoadModule(const char * module, moduleList modLoaded,
int mlLoadModuleSet(const char * modNames,
moduleList modLoaded, moduleDeps modDeps,
moduleInfoSet modInfo, int flags);
-/* like mlLoadModuleSet but from an explicit location */
-/* JKFIXME: this is a hack */
-int mlLoadModuleSetLocation(const char * modNames,
- moduleList modLoaded, moduleDeps modDeps,
- moduleInfoSet modInfo, int flags,
- struct moduleBallLocation * location);
int mlModuleInList(const char * modName, moduleList list);
void writeScsiDisks(moduleList list);