summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/libldetect.h b/libldetect.h
index f407f35..3a55501 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -35,4 +35,11 @@ extern const char *pci_class2text(unsigned long class_);
/* usb ************************************************************************/
/******************************************************************************/
extern struct pciusb_entries usb_probe(void);
-extern const char *usb_class2text(unsigned long class_);
+
+struct usb_class_text {
+ const char *usb_class_text;
+ const char *usb_sub_text;
+ const char *usb_prot_text;
+};
+
+extern struct usb_class_text usb_class2text(unsigned long class_);