From a3a0aac3bffca52135479ca25403d0d8345d9c25 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 22 May 2013 09:50:17 +0200 Subject: [PATCH] Add some more missing exports. --- coreapi/linphonecore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index b1ca5f577..ebfdaa1b5 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -438,8 +438,8 @@ LINPHONE_PUBLIC LinphoneCall *linphone_call_get_replaced_call(LinphoneCall *call LINPHONE_PUBLIC int linphone_call_get_duration(const LinphoneCall *call); LINPHONE_PUBLIC const LinphoneCallParams * linphone_call_get_current_params(LinphoneCall *call); LINPHONE_PUBLIC const LinphoneCallParams * linphone_call_get_remote_params(LinphoneCall *call); -void linphone_call_enable_camera(LinphoneCall *lc, bool_t enabled); -bool_t linphone_call_camera_enabled(const LinphoneCall *lc); +LINPHONE_PUBLIC void linphone_call_enable_camera(LinphoneCall *lc, bool_t enabled); +LINPHONE_PUBLIC bool_t linphone_call_camera_enabled(const LinphoneCall *lc); int linphone_call_take_video_snapshot(LinphoneCall *call, const char *file); LINPHONE_PUBLIC LinphoneReason linphone_call_get_reason(const LinphoneCall *call); LINPHONE_PUBLIC const char *linphone_call_get_remote_user_agent(LinphoneCall *call);