summaryrefslogtreecommitdiffstats
path: root/common/sdp-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/sdp-dummy.c')
-rw-r--r--common/sdp-dummy.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/sdp-dummy.c b/common/sdp-dummy.c
index 8ed637e7..b1f74df7 100644
--- a/common/sdp-dummy.c
+++ b/common/sdp-dummy.c
@@ -25,4 +25,15 @@
#include <config.h>
#endif
+#include <stdio.h>
+#include <errno.h>
+
+#include "logging.h"
#include "sdp-xml.h"
+
+sdp_record_t *sdp_xml_parse_record(const char *data, int size)
+{
+ error("No XML parser available");
+
+ return -1;
+}