diff options
Diffstat (limited to 'libusb/hotplug.h')
-rw-r--r-- | libusb/hotplug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libusb/hotplug.h b/libusb/hotplug.h index 12c120e..614ddbc 100644 --- a/libusb/hotplug.h +++ b/libusb/hotplug.h @@ -76,6 +76,7 @@ struct libusb_hotplug_message { typedef struct libusb_hotplug_message libusb_hotplug_message; void usbi_hotplug_deregister_all(struct libusb_context *ctx); -void usbi_hotplug_match(struct libusb_device *dev, libusb_hotplug_event event); +void usbi_hotplug_match(struct libusb_context *ctx, struct libusb_device *dev, + libusb_hotplug_event event); #endif |