Changeset 6c707e4 in mainline for uspace/lib/c/include/uuid.h
- Timestamp:
- 2019-02-18T17:03:03Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b2dca036
- Parents:
- ab7d85a
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-09 18:31:41)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-18 17:03:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/uuid.h
rab7d85a r6c707e4 38 38 #include <stdint.h> 39 39 #include <types/uuid.h> 40 #include <stdbool.h> 40 41 41 42 extern errno_t uuid_generate(uuid_t *); … … 43 44 extern void uuid_decode(uint8_t *, uuid_t *); 44 45 extern errno_t uuid_parse(const char *, uuid_t *, const char **); 45 extern errno_t uuid_format(uuid_t *, char ** );46 extern errno_t uuid_format(uuid_t *, char **, bool); 46 47 47 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.