Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/layout/cz.c

    r3e6a98c5 rb7fd2a0  
    4040#include "../layout.h"
    4141
    42 static int cz_create(layout_t *);
     42static errno_t cz_create(layout_t *);
    4343static void cz_destroy(layout_t *);
    4444static wchar_t cz_parse_ev(layout_t *, kbd_event_t *ev);
     
    385385}
    386386
    387 static int cz_create(layout_t *state)
     387static errno_t cz_create(layout_t *state)
    388388{
    389389        layout_cz_t *cz_state;
Note: See TracChangeset for help on using the changeset viewer.