mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
update ms2 & ortp
This commit is contained in:
parent
d4bd761020
commit
6b69c667e4
4 changed files with 3 additions and 5 deletions
|
|
@ -998,8 +998,6 @@ LinphoneGlobalState linphone_core_get_global_state(const LinphoneCore *lc);
|
|||
*/
|
||||
void linphone_core_refresh_registers(LinphoneCore* lc);
|
||||
|
||||
int parse_hostname_to_addr(const char *server, struct sockaddr_storage *ss, socklen_t *socklen);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ void linphone_friend_notify(LinphoneFriend *lf, LinphoneOnlineStatus os);
|
|||
LinphoneFriend *linphone_find_friend_by_inc_subscribe(MSList *l, SalOp *op);
|
||||
LinphoneFriend *linphone_find_friend_by_out_subscribe(MSList *l, SalOp *op);
|
||||
|
||||
|
||||
int parse_hostname_to_addr(const char *server, struct sockaddr_storage *ss, socklen_t *socklen);
|
||||
int set_lock_file();
|
||||
int get_lock_file();
|
||||
int remove_lock_file();
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f8564922fae5080ebd03d4bf9be591a4a6765840
|
||||
Subproject commit e20761faf96aafc7176a35e0168222205e8648a6
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit e82ae8b67af47fcc3ea1f50bb740b7eed9717e7e
|
||||
Subproject commit b0c5530bee255033f09011e5aab6d036e00520dc
|
||||
Loading…
Add table
Reference in a new issue