mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
FS-7258, FS-7571: [mod_xml_cdr] properly encode xml cdr for post to web server
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user