From b897bf1e118e69764da20ef6668ef5d9ec1653e8 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期四, 25 五月 2023 09:33:38 +0800 Subject: [PATCH] 增加监视结束国际化 --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h index a2fa7ad..c3c2292 100755 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h @@ -164,6 +164,7 @@ BELLESIP_EXPORT int belle_sip_mkdir(const char *path); BELLESIP_EXPORT char* belle_sip_uri_to_escaped_username(const char* buff); +BELLESIP_EXPORT char* belle_sip_username_unescape_unnecessary_characters(const char* buff); BELLESIP_EXPORT char* belle_sip_to_unescaped_string(const char* buff); BELLE_SIP_END_DECLS -- Gitblit v1.8.0