]> git.tuebingen.mpg.de Git - paraslash.git/commit
net: Make is_valid_ipv{4,6}_address() local to net.c.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 10 Mar 2022 22:59:04 +0000 (23:59 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 3 Oct 2022 20:53:49 +0000 (22:53 +0200)
commitdb17b2883bd4f6d9e202388548f59f6867064027
tree6eb3c4873ce46bc996c841cfcbe94b3b52833641
parent539d39f36549c10656d8b31f3dea32702e9649df
net: Make is_valid_ipv{4,6}_address() local to net.c.

These inline functions are only used in net.c, so they do not need
to be declared in net.h. De-doxyfy their documentation because static
functions don't need doxygen comments.
net.c
net.h