mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Add missing symbol export.
This commit is contained in:
parent
a52692d596
commit
0e5f5378b5
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ const char *sal_get_root_ca(Sal* ctx);
|
|||
void sal_verify_server_certificates(Sal *ctx, bool_t verify);
|
||||
void sal_verify_server_cn(Sal *ctx, bool_t verify);
|
||||
void sal_set_ssl_config(Sal *ctx, void *ssl_config);
|
||||
void sal_set_uuid(Sal*ctx, const char *uuid);
|
||||
LINPHONE_PUBLIC void sal_set_uuid(Sal*ctx, const char *uuid);
|
||||
int sal_create_uuid(Sal*ctx, char *uuid, size_t len);
|
||||
int sal_generate_uuid(char *uuid, size_t len);
|
||||
LINPHONE_PUBLIC void sal_enable_test_features(Sal*ctx, bool_t enabled);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue