From 755c21328c9516cfd33eb95ea978d5867ab90a6b Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 27 Jun 2016 11:58:04 +0200 Subject: [PATCH] add missing export for windows, as this function is used in tester library --- coreapi/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/private.h b/coreapi/private.h index 67fa3ea4f..21b546955 100644 --- a/coreapi/private.h +++ b/coreapi/private.h @@ -1493,7 +1493,7 @@ SalStreamDir sal_dir_from_call_params_dir(LinphoneMediaDirection cpdir); * @param[in] content LinphoneContent object. * @return The key to encrypt/decrypt the file associated to this content. */ -const char *linphone_content_get_key(const LinphoneContent *content); +LINPHONE_PUBLIC const char *linphone_content_get_key(const LinphoneContent *content); /** * Get the size of key associated with a RCS file transfer message if encrypted