From a6c5af6347fcf05c6df059b79e60aca205ecdcce Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 3 Oct 2013 16:28:55 -0400 Subject: [PATCH] wrap UUID generation --- uuid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/uuid.h b/uuid.h index e94c18c..454c842 100644 --- a/uuid.h +++ b/uuid.h @@ -25,6 +25,7 @@ #define JACK_UUID_SIZE 36 #define JACK_UUID_STRING_SIZE (JACK_UUID_SIZE+1) /* includes trailing null */ +extern void jack_uuid_generate (jack_uuid_t); extern int jack_uuid_compare (const jack_uuid_t, const jack_uuid_t); extern void jack_uuid_copy (jack_uuid_t dst, const jack_uuid_t src); extern void jack_uuid_clear (jack_uuid_t);