diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-05-02 21:40:30 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-05-02 21:40:30 +0000 |
commit | 233bd39dee08afc5176b203e6348184da56d7bff (patch) | |
tree | a6314f3ba006ce9ee50021ac0f216a6bf832e5d6 /include | |
parent | edb4586c5bd45aaa69c0910150f0012ca3251c7e (diff) |
Add sdp_get_add_access_protos() function
Diffstat (limited to 'include')
-rw-r--r-- | include/sdp_lib.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -454,6 +454,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) */ |