From 5f17af319f0caee2243c5471a6500742ad7d6576 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 5 Mar 2007 20:54:48 +0000 Subject: Export sdp_uuid32_to_uuid128() function --- include/sdp_lib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sdp_lib.h b/include/sdp_lib.h index 45f96e4d..9a8ab4fd 100644 --- a/include/sdp_lib.h +++ b/include/sdp_lib.h @@ -475,6 +475,7 @@ int sdp_uuid16_cmp(const void *p1, const void *p2); int sdp_uuid128_cmp(const void *p1, const void *p2); uuid_t *sdp_uuid_to_uuid128(uuid_t *uuid); void sdp_uuid16_to_uuid128(uuid_t *uuid128, uuid_t *uuid16); +void sdp_uuid32_to_uuid128(uuid_t *uuid128, uuid_t *uuid32); int sdp_uuid128_to_uuid(uuid_t *uuid); int sdp_uuid_to_proto(uuid_t *uuid); int sdp_uuid_extract(const uint8_t *buffer, uuid_t *uuid, int *scanned); -- cgit