]> sjero.net Git - linphone/blobdiff - coreapi/linphonecall.c
API fixups and cleanups.
[linphone] / coreapi / linphonecall.c
index 31b945acb4d5b54547991640ef0e8d83a136b097..6a39783e754ed01f64d38ba0d999e7f7ff49745d 100644 (file)
@@ -1100,7 +1100,7 @@ void linphone_call_params_add_custom_header(LinphoneCallParams *params, const ch
        params->custom_headers=sal_custom_header_append(params->custom_headers,header_name,header_value);
 }
 
-const char *linphone_call_params_get_custom_header(LinphoneCallParams *params, const char *header_name){
+const char *linphone_call_params_get_custom_header(const LinphoneCallParams *params, const char *header_name){
        return sal_custom_header_find(params->custom_headers,header_name);
 }