Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/device/clock_dev.h

    rb7fd2a0 r2703b824  
    4444} clock_dev_method_t;
    4545
    46 extern errno_t clock_dev_time_get(async_sess_t *, struct tm *);
    47 extern errno_t clock_dev_time_set(async_sess_t *, struct tm *);
     46extern int clock_dev_time_get(async_sess_t *, struct tm *);
     47extern int clock_dev_time_set(async_sess_t *, struct tm *);
    4848
    4949#endif
Note: See TracChangeset for help on using the changeset viewer.