Ignore:
File:
1 edited

Legend:

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

    r6c707e4 r4805495  
    3838#include <stdint.h>
    3939#include <types/uuid.h>
    40 #include <stdbool.h>
    4140
    4241extern errno_t uuid_generate(uuid_t *);
     
    4443extern void uuid_decode(uint8_t *, uuid_t *);
    4544extern errno_t uuid_parse(const char *, uuid_t *, const char **);
    46 extern errno_t uuid_format(uuid_t *, char **, bool);
     45extern errno_t uuid_format(uuid_t *, char **);
    4746
    4847#endif
Note: See TracChangeset for help on using the changeset viewer.