belle-sip icon indicating copy to clipboard operation
belle-sip copied to clipboard

Make belle_sip_channel_set_public_ip_port() static.

Open Ionic opened this issue 5 years ago • 0 comments

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.

Ionic avatar Sep 08 '20 15:09 Ionic