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
e9b9d9ad
Commit
e9b9d9ad
authored
Jun 26, 2015
by
Ghislain MARY
Browse files
Fix build with Visual Studio.
parent
fb74ece0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
coreapi/private.h
coreapi/private.h
+1
-1
include/sal/sal.h
include/sal/sal.h
+3
-3
No files found.
coreapi/private.h
View file @
e9b9d9ad
...
...
@@ -1264,7 +1264,7 @@ void v_table_reference_destroy(VTableReference *ref);
void
_linphone_core_add_listener
(
LinphoneCore
*
lc
,
LinphoneCoreVTable
*
vtable
,
bool_t
autorelease
);
#ifdef VIDEO_ENABLED
MSWebCam
*
linphone_call_get_video_device
(
const
LinphoneCall
*
call
);
LINPHONE_PUBLIC
MSWebCam
*
linphone_call_get_video_device
(
const
LinphoneCall
*
call
);
MSWebCam
*
get_nowebcam_device
();
#endif
bool_t
linphone_core_lime_for_file_sharing_enabled
(
const
LinphoneCore
*
lc
);
...
...
include/sal/sal.h
View file @
e9b9d9ad
...
...
@@ -117,8 +117,8 @@ void sal_address_set_password(SalAddress *addr, const char *passwd);
const
char
*
sal_address_get_password
(
const
SalAddress
*
addr
);
void
sal_address_set_header
(
SalAddress
*
addr
,
const
char
*
header_name
,
const
char
*
header_value
);
Sal
*
sal_init
();
void
sal_uninit
(
Sal
*
sal
);
LINPHONE_PUBLIC
Sal
*
sal_init
();
LINPHONE_PUBLIC
void
sal_uninit
(
Sal
*
sal
);
void
sal_set_user_pointer
(
Sal
*
sal
,
void
*
user_data
);
void
*
sal_get_user_pointer
(
const
Sal
*
sal
);
...
...
@@ -568,7 +568,7 @@ void sal_set_callbacks(Sal *ctx, const SalCallbacks *cbs);
int
sal_listen_port
(
Sal
*
ctx
,
const
char
*
addr
,
int
port
,
SalTransport
tr
,
int
is_tunneled
);
int
sal_get_listening_port
(
Sal
*
ctx
,
SalTransport
tr
);
int
sal_unlisten_ports
(
Sal
*
ctx
);
int
sal_transport_available
(
Sal
*
ctx
,
SalTransport
t
);
LINPHONE_PUBLIC
int
sal_transport_available
(
Sal
*
ctx
,
SalTransport
t
);
void
sal_set_dscp
(
Sal
*
ctx
,
int
dscp
);
void
sal_set_supported_tags
(
Sal
*
ctx
,
const
char
*
tags
);
void
sal_add_supported_tag
(
Sal
*
ctx
,
const
char
*
tag
);
...
...
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