2d0ba65636b6d9e909d137e9479da5a11406f004
[kai/samba-autobuild/.git] / lib / util / util_str_hex.h
1 #include "../libcli/util/ntstatus.h"
2
3 NTSTATUS read_hex_bytes(const char *s, uint hexchars, uint64_t *dest);
4
5 NTSTATUS parse_guid_string(const char *s,
6                            uint32_t *time_low,
7                            uint32_t *time_mid,
8                            uint32_t *time_hi_and_version,
9                            uint32_t *clock_seq,
10                            uint32_t *node);