Ignore:
Timestamp:
2018-04-15T19:21:10Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
30e9f42, cbc534c
Parents:
2ee0e4a1
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-04-15 19:20:12)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-04-15 19:21:10)
Message:

Remove const qualifier from arguments that pass ownership of a buffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/hound/include/hound/protocol.h

    r2ee0e4a1 r902dd4b  
    119119        errno_t (*drain_stream)(void *);
    120120        /** Write new data to the stream */
    121         errno_t (*stream_data_write)(void *, const void *, size_t);
     121        errno_t (*stream_data_write)(void *, void *, size_t);
    122122        /** Read data from the stream */
    123123        errno_t (*stream_data_read)(void *, void *, size_t);
Note: See TracChangeset for help on using the changeset viewer.