fix missing declarations

This commit is contained in:
Simon Morlat 2011-06-16 15:41:36 +02:00
parent 338884fa4d
commit 8ba552ab69

View file

@ -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);