From 82b25359c9339cda1df261e51e366db150b09c63 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 18 Dec 2012 11:33:51 +0200 Subject: [PATCH] core: Make sdp-xml encoding defines private --- src/sdp-xml.c | 3 +++ src/sdp-xml.h | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sdp-xml.c b/src/sdp-xml.c index 262b8e763..80f180e07 100644 --- a/src/sdp-xml.c +++ b/src/sdp-xml.c @@ -42,6 +42,9 @@ #define DBG(...) (void)(0) #define error(...) (void)(0) +#define SDP_XML_ENCODING_NORMAL 0 +#define SDP_XML_ENCODING_HEX 1 + #define STRBUFSIZE 1024 #define MAXINDENT 64 diff --git a/src/sdp-xml.h b/src/sdp-xml.h index d393f94b1..d6a2f736a 100644 --- a/src/sdp-xml.h +++ b/src/sdp-xml.h @@ -27,9 +27,6 @@ #include -#define SDP_XML_ENCODING_NORMAL 0 -#define SDP_XML_ENCODING_HEX 1 - void convert_sdp_record_to_xml(sdp_record_t *rec, void *user_data, void (*append_func) (void *, const char *)); -- 2.47.3