Changeset 0d23cc0 in mainline for uspace/srv/hid/rfb/rfb.h


Ignore:
Timestamp:
2013-09-11T23:51:57Z (11 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c9f6dd3
Parents:
3482bcc
Message:

Allow rfb parameters to be specified on the command line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/rfb/rfb.h

    r3482bcc r0d23cc0  
    142142
    143143
    144 extern int rfb_init(rfb_t *, uint16_t, uint16_t);
     144extern int rfb_init(rfb_t *, uint16_t, uint16_t, const char *);
    145145extern int rfb_set_size(rfb_t *, uint16_t, uint16_t);
    146146extern int rfb_listen(rfb_t *, uint16_t);
Note: See TracChangeset for help on using the changeset viewer.