Ignore:
File:
1 edited

Legend:

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

    r3887aab2 r6c707e4  
    4343extern void uuid_encode(uuid_t *, uint8_t *);
    4444extern void uuid_decode(uint8_t *, uuid_t *);
    45 extern void uuid_encode_le(uuid_t *, uint8_t *);
    46 extern void uuid_decode_le(uint8_t *, uuid_t *);
    4745extern errno_t uuid_parse(const char *, uuid_t *, const char **);
    4846extern errno_t uuid_format(uuid_t *, char **, bool);
Note: See TracChangeset for help on using the changeset viewer.