mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
fix missing declarations
This commit is contained in:
parent
338884fa4d
commit
8ba552ab69
1 changed files with 4 additions and 0 deletions
|
|
@ -720,6 +720,10 @@ void linphone_core_set_download_ptime(LinphoneCore *lc, int ptime);
|
|||
*/
|
||||
int linphone_core_get_download_ptime(LinphoneCore *lc);
|
||||
|
||||
void linphone_core_set_upload_ptime(LinphoneCore *lc, int ptime);
|
||||
|
||||
int linphone_core_get_upload_ptime(LinphoneCore *lc);
|
||||
|
||||
/* returns a MSList of PayloadType */
|
||||
const MSList *linphone_core_get_audio_codecs(const LinphoneCore *lc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue