Misc: Make API parameter names consistent and sensible
authorChris Dickens <christopher.a.dickens@gmail.com>
Wed, 24 Feb 2016 08:23:49 +0000 (00:23 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Wed, 24 Feb 2016 08:23:49 +0000 (00:23 -0800)
commit8a0c14372f98d56529556f18126a42fda2ab0137
tree2b665b5ad02dd052c650d6d20a921e4d13cb15d4
parent60e875dc90c48df5101fefc4ef7c76516bbcc6e4
Misc: Make API parameter names consistent and sensible

Prior to this commit, API functions taking a libusb_device_handle
argument had the parameter named dev, handle, or dev_handle. This
commit changes the name of all libusb_device_handle parameters to
dev_handle in both the documentation and actual code.

Closes #132

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/core.c
libusb/descriptor.c
libusb/hotplug.c
libusb/io.c
libusb/libusb.h
libusb/libusbi.h
libusb/version_nano.h