diff options
author | Karsten Hopp <karsten@redhat.de> | 2001-06-20 14:37:53 +0000 |
---|---|---|
committer | Karsten Hopp <karsten@redhat.de> | 2001-06-20 14:37:53 +0000 |
commit | 3bf4cd81c52c656f483c82351f7b1fb417c1cb3b (patch) | |
tree | 2557f9875ba9d082aafd3e489e8ad2955e2416e5 /isys | |
parent | 6a81b8274f1259a1a03189de0ff8841ff1e1d96a (diff) | |
download | anaconda-3bf4cd81c52c656f483c82351f7b1fb417c1cb3b.tar.gz anaconda-3bf4cd81c52c656f483c82351f7b1fb417c1cb3b.tar.xz anaconda-3bf4cd81c52c656f483c82351f7b1fb417c1cb3b.zip |
missing prototype
Diffstat (limited to 'isys')
-rw-r--r-- | isys/probe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/probe.h b/isys/probe.h index 90a4ee4c0..dea610b05 100644 --- a/isys/probe.h +++ b/isys/probe.h @@ -26,6 +26,7 @@ int kdFindIdeList(struct knownDevices * devices, int code); int kdFindFilteredIdeList(struct knownDevices * devices, int code, kdFilterType filter); int kdFindScsiList(struct knownDevices * devices, int code); +int kdFindDasdList(struct knownDevices * devices, int code); void kdFree(struct knownDevices * devices); void kdAddDevice(struct knownDevices * devices, enum deviceClass devClass, char * devName, char * devModel); |