Fixed previous commit

This commit is contained in:
Sylvain Berfini 2018-04-13 17:19:02 +02:00
parent 80b369728c
commit ed10a8cf94

View file

@ -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);
/**
* @}