]> git.ipfire.org Git - thirdparty/openvpn.git/commit
init: make some functions static master
authorAntonio Quartulli <antonio@mandelbit.com>
Tue, 4 Nov 2025 10:44:48 +0000 (11:44 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 4 Nov 2025 17:21:27 +0000 (18:21 +0100)
commit8545a3db4e83d0294d823ad6489a3040de10984e
tree0e18361147a7cd59460a992c0305dea1b4673f3d
parent38e9dd636d115affeb4ec519108978058e4d05a1
init: make some functions static

A bunch of functions are defined and used within init.c only.
We can therefore drop their declaration in init.h and make
them static.

Change-Id: I2b5429841bcd46376241890ace50b82a291b7400
Signed-off-by: Antonio Quartulli <antonio@mandelbit.com>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1346
Message-Id: <20251104104448.98093-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg34193.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/init.c
src/openvpn/init.h