From 5e141e336c3a2cb8921edcd7af6f14a29ff63942 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Wed, 27 Dec 2023 06:51:29 -0600 Subject: add cheap SHA1 implementation --- src/uuid/uuid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/uuid/uuid.h') diff --git a/src/uuid/uuid.h b/src/uuid/uuid.h index 7ddeeb4..eb1d41e 100644 --- a/src/uuid/uuid.h +++ b/src/uuid/uuid.h @@ -28,5 +28,6 @@ bool l2_uuid_from_string(uuid_t *id, const char *str); bool l2_uuid_from_string_short(uuid_t *id, const char *str); int l2_uuid_compare(const uuid_t *c1, const uuid_t *c2); +void l2_uuid_copy(uuid_t *restrict dest, const uuid_t *restrict src); #endif /* include guard */ -- cgit v1.2.3-70-g09d2