summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-09-02 19:17:55 -0300
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-09-02 19:17:55 -0300
commit694f01921120bb2584b09b4ba502703cd8afd3f6 (patch)
tree8a0197a6d24b13541dfc1c4e56626538a853d09e /common
parente3c0f1dabde976043b02858bd135b2081a9cbe90 (diff)
Make methods related to external services into service plugin.
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am2
-rw-r--r--common/sdp-xml.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 79b533c5..8cf6aecc 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -2,7 +2,7 @@
noinst_LIBRARIES = libhelper.a
libhelper_a_SOURCES = oui.h oui.c textfile.h textfile.c logging.h logging.c \
- glib-helper.h glib-helper.c sdp-xml.h sdp-xml.c sdp-glib.c
+ glib-helper.h glib-helper.c sdp-xml.h sdp-xml.c
noinst_PROGRAMS = test_textfile
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 */