From 8ba552ab693cb648947defac468cd31c311dbad3 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 16 Jun 2011 15:41:36 +0200 Subject: [PATCH] fix missing declarations --- coreapi/linphonecore.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 8a298332f..12bf72655 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -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);