summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libldetect.h b/libldetect.h
index 7c02ae2..339e422 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -43,6 +43,7 @@ extern void pciusb_free(struct pciusb_entries *entries);
extern struct pciusb_entries pci_probe(void);
extern const char *pci_class2text(unsigned long class_id);
extern char *proc_pci_path;
+extern char *get_pci_description(int vendor_id, int device_id);
/******************************************************************************/
/* usb ************************************************************************/