summaryrefslogtreecommitdiffstats
path: root/isys/probe.h
diff options
context:
space:
mode:
Diffstat (limited to 'isys/probe.h')
-rw-r--r--isys/probe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/isys/probe.h b/isys/probe.h
index dea610b05..90a4ee4c0 100644
--- a/isys/probe.h
+++ b/isys/probe.h
@@ -26,7 +26,6 @@ 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);