summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@gmail.com>2014-12-16 21:17:16 +0100
committerLudovic Rousseau <rousseau@iMac-de-Ludovic.local>2014-12-16 21:26:10 +0100
commite82c9b2b46828ef590a66ab5a8aa629ddfacbfe2 (patch)
treeee91d9163e5f2e08d5a09bbc102446165e33ef0d
parent8c4f86b9f54d50833f7ee30b56f0e5cfdab494ee (diff)
downloadlibusb-e82c9b2b46828ef590a66ab5a8aa629ddfacbfe2.tar.gz
API: remove unused libusb_hotplug_callback struct
The structure libusb_hotplug_callback was declared (but not defined) and never used in the public API.
-rw-r--r--libusb/libusb.h1
-rw-r--r--libusb/version_nano.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h
index 79b255f..9285b1d 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -900,7 +900,6 @@ struct libusb_control_setup {
struct libusb_context;
struct libusb_device;
struct libusb_device_handle;
-struct libusb_hotplug_callback;
/** \ingroup lib
* Structure providing the version of the libusb runtime
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 5f534d0..f038975 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10926
+#define LIBUSB_NANO 10927