summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-19 21:28:43 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-19 21:28:43 +0000
commite7459fe28ce216d744ffe305a01b78ab88a716a2 (patch)
tree8b3db97e711cea8b07d41e257163fc476a4af06a /libldetect.h
parenta9d8b25bd82f7bcf3de4e4c10c97cfb1eab2becc (diff)
downloadldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar.gz
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar.bz2
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar.xz
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.zip
do full-probe by default; remove support for no full-probe
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libldetect.h b/libldetect.h
index 5f31c69..f407f35 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -28,7 +28,7 @@ extern void pciusb_free(struct pciusb_entries *entries);
/******************************************************************************/
/* pci ************************************************************************/
/******************************************************************************/
-extern struct pciusb_entries pci_probe(int probe_type); /* probe_type is boolean */
+extern struct pciusb_entries pci_probe(void);
extern const char *pci_class2text(unsigned long class_);
/******************************************************************************/