#include "includes.h"#include "common.h"#include "uuid.h"

Go to the source code of this file.
Functions | |
| int | is_nil_uuid (const u8 *uuid) |
| int | uuid_bin2str (const u8 *bin, char *str, size_t max_len) |
| int | uuid_str2bin (const char *str, u8 *bin) |
| int uuid_bin2str | ( | const u8 * | bin, | |
| char * | str, | |||
| size_t | max_len | |||
| ) |