summaryrefslogtreecommitdiffstats
path: root/adb/usb_vendors.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/usb_vendors.h')
-rw-r--r--adb/usb_vendors.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/adb/usb_vendors.h b/adb/usb_vendors.h
index 43e5f99..43790b9 100644
--- a/adb/usb_vendors.h
+++ b/adb/usb_vendors.h
@@ -17,10 +17,9 @@
#ifndef __USB_VENDORS_H
#define __USB_VENDORS_H
-extern int* vendorIds;
+extern int vendorIds[];
extern unsigned vendorIdCount;
void usb_vendors_init(void);
-void usb_vendors_cleanup(void);
#endif \ No newline at end of file