From 29230187e142b418eea31ae518a4cf75149152a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Mon, 25 Apr 2016 14:41:02 +0200 Subject: [PATCH] Exports sal_op_get_error_info() on Windows --- include/sal/sal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sal/sal.h b/include/sal/sal.h index 0806b2707..ad5f67f5e 100644 --- a/include/sal/sal.h +++ b/include/sal/sal.h @@ -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);