From ed10a8cf94445177ead7f4b55d408b652a6fa194 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 13 Apr 2018 17:19:02 +0200 Subject: [PATCH] Fixed previous commit --- include/linphone/proxy_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linphone/proxy_config.h b/include/linphone/proxy_config.h index e65ac0803..3bdd9df4b 100644 --- a/include/linphone/proxy_config.h +++ b/include/linphone/proxy_config.h @@ -629,7 +629,7 @@ LINPHONE_PUBLIC void linphone_proxy_config_set_push_notification_allowed(Linphon * @param[in] cfg #LinphoneProxyConfig object. * @return True if push notification informations should be added, false otherwise. */ -LINPHONE_PUBLIC bool_t linphone_proxy_config_is_push_notification_allowed(LinphoneProxyConfig *cfg); +LINPHONE_PUBLIC bool_t linphone_proxy_config_is_push_notification_allowed(const LinphoneProxyConfig *cfg); /** * @}