summaryrefslogtreecommitdiffstats
path: root/loader/cdrom.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-04-26 23:23:02 +0000
committerErik Troan <ewt@redhat.com>2000-04-26 23:23:02 +0000
commit58fbf93ed369ca8cf76f712db9f10a90c36d6e0c (patch)
tree019ee73fba5b89c7e6d9b935401bf2abc5cd6c8e /loader/cdrom.h
parentad6042cadfc532aa6c74321fa7d667e86bf6b1ea (diff)
downloadanaconda-58fbf93ed369ca8cf76f712db9f10a90c36d6e0c.tar.gz
anaconda-58fbf93ed369ca8cf76f712db9f10a90c36d6e0c.tar.xz
anaconda-58fbf93ed369ca8cf76f712db9f10a90c36d6e0c.zip
implemented new driver disk structure
Diffstat (limited to 'loader/cdrom.h')
-rw-r--r--loader/cdrom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/cdrom.h b/loader/cdrom.h
index 44c92e18c..96f962a1f 100644
--- a/loader/cdrom.h
+++ b/loader/cdrom.h
@@ -7,6 +7,6 @@
#include "modules.h"
int setupCDdevice(struct knownDevices * kd, moduleInfoSet modInfo,
- moduleList modLoaded, moduleDeps modDeps, int flags);
+ moduleList modLoaded, moduleDeps * modDepsPtr, int flags);
#endif