From 102c9ba757dfa17896e4d59ff8ff03edbc4d7524 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Thu, 23 Jan 2014 08:13:11 +0000 Subject: Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Cohen for the patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4713 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/pjsip-ua/sip_xfer.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pjsip/src/pjsip-ua/sip_xfer.c') diff --git a/pjsip/src/pjsip-ua/sip_xfer.c b/pjsip/src/pjsip-ua/sip_xfer.c index 571b807b..d9b4a5b5 100644 --- a/pjsip/src/pjsip-ua/sip_xfer.c +++ b/pjsip/src/pjsip-ua/sip_xfer.c @@ -76,10 +76,10 @@ PJ_DEF(const pjsip_method*) pjsip_get_refer_method() /* * String constants */ -const pj_str_t STR_REFER = { "refer", 5 }; -const pj_str_t STR_MESSAGE = { "message", 7 }; -const pj_str_t STR_SIPFRAG = { "sipfrag", 7 }; -const pj_str_t STR_SIPFRAG_VERSION = {";version=2.0", 12 }; +static const pj_str_t STR_REFER = { "refer", 5 }; +static const pj_str_t STR_MESSAGE = { "message", 7 }; +static const pj_str_t STR_SIPFRAG = { "sipfrag", 7 }; +static const pj_str_t STR_SIPFRAG_VERSION = {";version=2.0", 12 }; /* -- cgit v1.2.3