diff options
author | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-09-02 19:17:55 -0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-09-02 19:17:55 -0300 |
commit | 694f01921120bb2584b09b4ba502703cd8afd3f6 (patch) | |
tree | 8a0197a6d24b13541dfc1c4e56626538a853d09e /common/sdp-xml.h | |
parent | e3c0f1dabde976043b02858bd135b2081a9cbe90 (diff) |
Make methods related to external services into service plugin.
Diffstat (limited to 'common/sdp-xml.h')
-rw-r--r-- | common/sdp-xml.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/sdp-xml.h b/common/sdp-xml.h index adb173e2..87d7dd03 100644 --- a/common/sdp-xml.h +++ b/common/sdp-xml.h @@ -56,6 +56,4 @@ 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 */ |