Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/uuid.h

    rf57ccb5 rb7fd2a0  
    3939#include <types/uuid.h>
    4040
    41 extern int uuid_generate(uuid_t *);
     41extern errno_t uuid_generate(uuid_t *);
    4242extern void uuid_encode(uuid_t *, uint8_t *);
    4343extern void uuid_decode(uint8_t *, uuid_t *);
    44 extern int uuid_parse(const char *, uuid_t *, const char **);
    45 extern int uuid_format(uuid_t *, char **);
     44extern errno_t uuid_parse(const char *, uuid_t *, const char **);
     45extern errno_t uuid_format(uuid_t *, char **);
    4646
    4747#endif
Note: See TracChangeset for help on using the changeset viewer.