From 7e2ab369ba8d1107b72055c79bc28deb8347c674 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 9 Oct 2014 16:05:53 +0200 Subject: [PATCH] Added set_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 5238173c0..753030612 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -2687,7 +2687,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 ); -void linphone_core_set_device_rotation(LinphoneCore *lc, int rotation); +LINPHONE_PUBLIC void linphone_core_set_device_rotation(LinphoneCore *lc, int rotation); /** * Get the camera sensor rotation.