misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2019-02-21 13:41:29 +01:00
parent 21a8b3646f
commit 7c0cf31342
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -26,6 +26,7 @@ import (
/*
#cgo LDFLAGS: -lusb-1.0
#cgo CFLAGS: -I/usr/include/libusb-1.0
#cgo android CFLAGS: -I/data/data/com.termux/files/usr/include/libusb-1.0
#include <libusb.h>
int gousb_compact_iso_data(struct libusb_transfer *xfer, unsigned char *status);