]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Documented all the argv related code with minor refactoring
authorDavid Sommerseth <davids@openvpn.net>
Thu, 6 Feb 2020 13:21:03 +0000 (14:21 +0100)
committerDavid Sommerseth <davids@openvpn.net>
Thu, 20 Feb 2020 15:41:56 +0000 (16:41 +0100)
commit3226c2edaf0ddd1b4541ce81ebce97a9ae9ecd2a
tree95f61ecb2a9a8bb270cbe351a35036644ab6b1f7
parente7500875efe03937fc222d737050789f97c30c03
Documented all the argv related code with minor refactoring

Added doxygen comments for all the functions in argv.c.

There are some slight refactoring, renaming a few variables to make
their use case more obvious and ensure lines do not break our 80-chars
per line coding style limit.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20200206132103.15977-5-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19377.html
src/openvpn/argv.c