Index: sdp_lib.h =================================================================== RCS file: /cvsroot/bluez/libs/include/sdp_lib.h,v retrieving revision 1.29 diff -u -r1.29 sdp_lib.h --- sdp_lib.h 13 Jan 2007 17:50:06 -0000 1.29 +++ sdp_lib.h 5 Mar 2007 20:10:25 -0000 @@ -475,6 +475,7 @@ 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);