summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-03-09 16:12:08 +0000
committerDaniel Drake <dsd@gentoo.org>2008-03-09 16:12:08 +0000
commitebad1c79688ba603ad017ed0fe2f3c0dc8edd1ad (patch)
tree0760247ba06645c332a99d336215312c1cf9356c /examples
parent1ac0a7d88f282b6f293c456fac8edb143cbaca3d (diff)
downloadlibusb-ebad1c79688ba603ad017ed0fe2f3c0dc8edd1ad.tar.gz
Rename libusb_dev_handle to libusb_device_handle
Diffstat (limited to 'examples')
-rw-r--r--examples/dpfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dpfp.c b/examples/dpfp.c
index 0c2806e..e8ff4c7 100644
--- a/examples/dpfp.c
+++ b/examples/dpfp.c
@@ -59,7 +59,7 @@ enum {
};
static int state = 0;
-static struct libusb_dev_handle *devh = NULL;
+static struct libusb_device_handle *devh = NULL;
static unsigned char imgbuf[0x1b340];
static unsigned char irqbuf[INTR_LENGTH];
static struct libusb_transfer *img_transfer = NULL;