From e913d2e5a044a0e907d91ac4c4455af3a29327ff Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 14 Nov 2014 10:48:29 +0100 Subject: [PATCH] Make linphone_core_get_device_rotation() public. --- coreapi/linphonecore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 00cd466a3..211e29982 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -2801,7 +2801,7 @@ LINPHONE_PUBLIC void linphone_core_set_native_preview_window_id(LinphoneCore *lc **/ LINPHONE_PUBLIC void linphone_core_use_preview_window(LinphoneCore *lc, bool_t yesno); -int linphone_core_get_device_rotation(LinphoneCore *lc ); +LINPHONE_PUBLIC int linphone_core_get_device_rotation(LinphoneCore *lc ); LINPHONE_PUBLIC void linphone_core_set_device_rotation(LinphoneCore *lc, int rotation); /**