mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:47:54 +02:00
* closes 40829
* add pointer to return value type of libusb_get_version
This commit is contained in:
parent
c8bb9083dc
commit
1c02529199
@ -1149,7 +1149,7 @@ function libusb_init(var ctx:plibusb_context):integer;LIBUSB_CALL;external libus
|
||||
procedure libusb_exit(ctx:plibusb_context);LIBUSB_CALL;external libusb1;
|
||||
procedure libusb_set_debug(ctc:plibusb_context;level:integer);LIBUSB_CALL;external libusb1;
|
||||
|
||||
function libusb_get_version():libusb_version;LIBUSB_CALL;external libusb1;
|
||||
function libusb_get_version():plibusb_version;LIBUSB_CALL;external libusb1;
|
||||
function libusb_has_capability(capability:uint32_t):integer;LIBUSB_CALL;external libusb1;
|
||||
|
||||
function libusb_error_name(errcode:integer):pansichar;LIBUSB_CALL;external libusb1;
|
||||
|
Loading…
Reference in New Issue
Block a user