From ebad1c79688ba603ad017ed0fe2f3c0dc8edd1ad Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sun, 9 Mar 2008 16:12:08 +0000 Subject: Rename libusb_dev_handle to libusb_device_handle --- examples/dpfp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dpfp.c') 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; -- cgit v1.2.1