From 9f20d800799fb1b5104cd87f9c3c68c9b159491f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 15 Sep 2017 13:25:32 +0200 Subject: misc: cleanup UUID_STR_LEN definitions Signed-off-by: Karel Zak --- libuuid/src/uuid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libuuid') diff --git a/libuuid/src/uuid.h b/libuuid/src/uuid.h index 2fd470558..03c232caa 100644 --- a/libuuid/src/uuid.h +++ b/libuuid/src/uuid.h @@ -62,6 +62,8 @@ typedef unsigned char uuid_t[16]; #define UUID_TYPE_SHIFT 4 #define UUID_TYPE_MASK 0xf +#define UUID_STR_LEN 37 + /* Allow UUID constants to be defined */ #ifdef __GNUC__ #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ @@ -99,8 +101,6 @@ extern int uuid_is_null(const uuid_t uu); /* parse.c */ extern int uuid_parse(const char *in, uuid_t uu); -#define UUID_STR_LEN 37 - /* unparse.c */ extern void uuid_unparse(const uuid_t uu, char *out); extern void uuid_unparse_lower(const uuid_t uu, char *out); -- cgit v1.2.3-55-g7522