summaryrefslogtreecommitdiff
path: root/src/sdp-xml.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-10-02 15:45:29 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-10-02 15:45:29 +0300
commit391831ac1eec8828c1405175e7c8a7397594a3df (patch)
treec76848d36a79e16015bc23cfd9795abfda68f2fe /src/sdp-xml.h
parent0f4625cbdab3f3370bf5e0ecb259294848c0ac0e (diff)
downloadbluez-391831ac1eec8828c1405175e7c8a7397594a3df.tar.gz
core: Move sdp_xml_parse_record from service plugin to sdp-xml.c
Diffstat (limited to 'src/sdp-xml.h')
-rw-r--r--src/sdp-xml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sdp-xml.h b/src/sdp-xml.h
index db7db3010..49efc3986 100644
--- a/src/sdp-xml.h
+++ b/src/sdp-xml.h
@@ -56,4 +56,6 @@ struct sdp_xml_data *sdp_xml_data_expand(struct sdp_xml_data *elem);
sdp_data_t *sdp_xml_parse_datatype(const char *el, struct sdp_xml_data *elem,
sdp_record_t *record);
+sdp_record_t *sdp_xml_parse_record(const char *data, int size);
+
#endif /* __SDP_XML_H */