mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
Fix build with Visual Studio.
This commit is contained in:
parent
fb74ece02a
commit
e9b9d9ad2e
2 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue