Changeset d85d4f2 in mainline for uspace/lib/c/include/uuid.h


Ignore:
Timestamp:
2024-06-13T08:37:44Z (3 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
8c5d686
Parents:
407e251
git-author:
Miroslav Cimerman <mc@…> (2024-06-12 21:08:14)
git-committer:
Miroslav Cimerman <mc@…> (2024-06-13 08:37:44)
Message:

Change internal UUID representation to named fields

File:
1 edited

Legend:

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

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