summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorXiaofan Chen <xiaofanc@gmail.com>2023-01-31 17:49:10 +0800
committerTormod Volden <debian.tormod@gmail.com>2023-03-12 14:52:23 +0100
commitfcf0c710ef5911ae37fbbf1b39d48a89f6f14e8a (patch)
tree179fc2bc6de911724c725a8cf61ce0b68a78ed49 /libusb/version_nano.h
parent3593d5469d563042a5b2cc6f283ffce4b73c82dd (diff)
downloadlibusb-fcf0c710ef5911ae37fbbf1b39d48a89f6f14e8a.tar.gz
Do not deprecate libusb_set_debug and libusb_init
These functions are used in a lot of existing downstream code and the deprecation makes -Werror builds fail. It seems reasonable to keep these functions supported at least until a major API overhaul. Closes #990 Closes #1236
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 5dc9f0b..34620df 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11790
+#define LIBUSB_NANO 11791