From 7251c06e57076c9f3c294763fe88f04e80331258 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 5 Jan 2016 11:33:24 +0100 Subject: [PATCH] Fix build on Windows. --- coreapi/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/private.h b/coreapi/private.h index 38904d266..ebc1618f8 100644 --- a/coreapi/private.h +++ b/coreapi/private.h @@ -1426,7 +1426,7 @@ void v_table_reference_destroy(VTableReference *ref); void _linphone_core_add_listener(LinphoneCore *lc, LinphoneCoreVTable *vtable, bool_t autorelease); -void linphone_core_v_table_set_internal(LinphoneCoreVTable *table, bool_t internal); +LINPHONE_PUBLIC void linphone_core_v_table_set_internal(LinphoneCoreVTable *table, bool_t internal); bool_t linphone_core_v_table_is_internal(LinphoneCoreVTable *table); #ifdef VIDEO_ENABLED