Aappease C99 by providing a prototype for iso_callback().

This commit is contained in:
Thordur Bjornsson
2016-09-26 17:51:26 +02:00
parent efc611f455
commit 82210bc585

View File

@@ -3,6 +3,7 @@
#include <string.h>
void print_xfer(struct libusb_transfer *xfer);
void iso_callback(void *);
void callback(struct libusb_transfer *xfer) {
//printf("Callback!\n");