]> git.ipfire.org Git - people/ms/libloc.git/commit
network: Move some helper functions into network.h
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2021 13:20:16 +0000 (13:20 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2021 13:20:16 +0000 (13:20 +0000)
commit71877f5f024a2d8d2e4f90abc8d580c12be71512
tree9c69b6b66f1c77414b0673b12067c86db8c468fa
parent48770ca84d206e8f4693c1d835da4fba97f3031b
network: Move some helper functions into network.h

These are used in multiple places, but there is no good place where
those should go, yet.

To make them usable in more places, I am temporarily moving them here.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/loc/network.h
src/network.c