From 694f01921120bb2584b09b4ba502703cd8afd3f6 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 2 Sep 2008 19:17:55 -0300 Subject: Make methods related to external services into service plugin. --- common/sdp-xml.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/sdp-xml.h') 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 */ -- cgit