From 233bd39dee08afc5176b203e6348184da56d7bff Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 2 May 2004 21:40:30 +0000 Subject: Add sdp_get_add_access_protos() function --- include/sdp_lib.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/sdp_lib.h') diff --git a/include/sdp_lib.h b/include/sdp_lib.h index 715f98cf..0fa7cb7a 100644 --- a/include/sdp_lib.h +++ b/include/sdp_lib.h @@ -453,6 +453,11 @@ int sdp_profile_uuid2strn(const uuid_t *uuid, char *str, size_t n); */ int sdp_get_access_protos(const sdp_record_t *rec, sdp_list_t **protos); +/* + * Get the additional access protocols from the service record + */ +int sdp_get_add_access_protos(const sdp_record_t *rec, sdp_list_t **pap); + /* * Extract the list of browse groups to which the service belongs. * When set, seqp contains elements of GroupID (uint16_t) -- cgit