summaryrefslogtreecommitdiff
path: root/src/libusb-glue.h
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2011-11-17 22:41:54 +0100
committerLinus Walleij <triad@df.lth.se>2011-11-17 22:41:54 +0100
commit26ceac867dc93babdb17e2d1bd9ee947802afce9 (patch)
treee926ba68f7a95a500af9ffed61a8a90b9cdc4afe /src/libusb-glue.h
parentfbbef8b16876568f760986e4ff8f4921b8373fd5 (diff)
downloadlibmtp-26ceac867dc93babdb17e2d1bd9ee947802afce9.tar.gz
Clean up separation between libusb 1.0 and libusb 0.x
Some symbols from <usb.h> were still used here and there in the libusb glue code. Remove <usb.h> from the libmtp.h header, what did it do there in the first place? Signed-off-by: Linus Walleij <triad@df.lth.se>
Diffstat (limited to 'src/libusb-glue.h')
-rw-r--r--src/libusb-glue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libusb-glue.h b/src/libusb-glue.h
index b94d560..82461c4 100644
--- a/src/libusb-glue.h
+++ b/src/libusb-glue.h
@@ -99,7 +99,6 @@ struct _PTP_USB {
LIBMTP_raw_device_t rawdevice;
};
-int open_device (int busn, int devn, short force, PTP_USB *ptp_usb, PTPParams *params, struct usb_device **dev);
void dump_usbinfo(PTP_USB *ptp_usb);
const char *get_playlist_extension(PTP_USB *ptp_usb);
void close_device(PTP_USB *ptp_usb, PTPParams *params);