Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
7251c06e
Commit
7251c06e
authored
Jan 05, 2016
by
Ghislain MARY
Browse files
Fix build on Windows.
parent
f903eeb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/private.h
View file @
7251c06e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment