Changeset d1974966 in mainline for uspace/app/vuhid/virthid.h


Ignore:
Timestamp:
2013-01-05T13:29:21Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9399c0
Parents:
97663ee
Message:

libusbvirt: More const.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vuhid/virthid.h

    r97663ee rd1974966  
    7171
    7272        int (*on_data_in)(vuhid_interface_t *, void *, size_t, size_t *);
    73         int (*on_data_out)(vuhid_interface_t *, void *, size_t);
     73        int (*on_data_out)(vuhid_interface_t *, const void *, size_t);
    7474        void (*live)(vuhid_interface_t *);
    7575
Note: See TracChangeset for help on using the changeset viewer.