mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
Exports sal_op_get_error_info() on Windows
This commit is contained in:
parent
9efcd5f610
commit
29230187e1
1 changed files with 1 additions and 1 deletions
|
|
@ -691,7 +691,7 @@ bool_t sal_op_is_ipv6(SalOp *op);
|
|||
bool_t sal_op_is_idle(SalOp *op);
|
||||
|
||||
const SalErrorInfo *sal_error_info_none(void);
|
||||
const SalErrorInfo *sal_op_get_error_info(const SalOp *op);
|
||||
LINPHONE_PUBLIC const SalErrorInfo *sal_op_get_error_info(const SalOp *op);
|
||||
void sal_error_info_reset(SalErrorInfo *ei);
|
||||
void sal_error_info_set(SalErrorInfo *ei, SalReason reason, int code, const char *status_string, const char *warning);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue