Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h

    r78188e5 r33b8d024  
    7979         * with the exception of usb_transfer_batch_finish. For external use.
    8080         */
    81         int error;
     81        errno_t error;
    8282} usb_transfer_batch_t;
    8383
     
    105105    void *arg
    106106);
    107 void usb_transfer_batch_destroy(const usb_transfer_batch_t *instance);
     107void usb_transfer_batch_destroy(usb_transfer_batch_t *instance);
    108108
    109109void usb_transfer_batch_finish_error(const usb_transfer_batch_t *instance,
    110     const void* data, size_t size, int error);
     110    const void* data, size_t size, errno_t error);
    111111
    112112/** Finish batch using stored error value and transferred size.
Note: See TracChangeset for help on using the changeset viewer.