FS-7258, FS-7571: [mod_xml_cdr] properly encode xml cdr for post to web server

This commit is contained in:
Michael Jerris
2015-06-02 19:26:28 -04:00
committed by Brian
parent 0c45bee409
commit 49778c34e5
3 changed files with 9 additions and 3 deletions
+1
View File
@@ -1052,6 +1052,7 @@ static inline int switch_needs_url_encode(const char *s)
return 0;
}
SWITCH_DECLARE(char *) switch_url_encode_opt(const char *url, char *buf, size_t len, switch_bool_t double_encode);
SWITCH_DECLARE(char *) switch_url_encode(const char *url, char *buf, size_t len);
SWITCH_DECLARE(char *) switch_url_decode(char *s);
SWITCH_DECLARE(switch_bool_t) switch_simple_email(const char *to,