]> git.ipfire.org Git - thirdparty/openvpn.git/commit
multi: make some multi_*() functions static
authorAntonio Quartulli <antonio@mandelbit.com>
Sat, 26 Jul 2025 13:51:56 +0000 (15:51 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 26 Jul 2025 15:13:25 +0000 (17:13 +0200)
commit3594f5901db17d9b57d8809c729ef24d4bbfddf5
tree3d6d46e2bf3681a66814dce65196339d0ea7ef16
parent7d5ec053f0f30c6cd27b60ed76859a09f6dbf5e4
multi: make some multi_*() functions static

multi_process_float() and multi_print_status() are both invoked only
within multi.c, which is where they is defined.

For this reason we can make them static and drop their declaration
from multi.h.

Change-Id: Id5e06f0822a3e7e4ad1b6f93caaefdb6a8cfe547
Signed-off-by: Antonio Quartulli <antonio@mandelbit.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20250726135203.3452-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32356.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/multi.c
src/openvpn/multi.h