belle-sip
belle-sip copied to clipboard
Make belle_sip_channel_set_public_ip_port() static.
There's no need to have belle_sip_channel_set_public_ip_port() non-static, so make it static instead.
It can easily be made API by removing the static keyword again and additionally adding it to the proper header file if needed later on.
Includes BelledonneCommunications/belle-sip#11, so don't review/merge before the other. I'll rebase this PR as soon as BelledonneCommunications/belle-sip#11 is merged.