summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
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_);
/******************************************************************************/