]> git.ipfire.org Git - people/ms/libloc.git/commit - Makefile.am
network-tree: Split into a separate file
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Feb 2024 13:53:20 +0000 (13:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Feb 2024 13:53:20 +0000 (13:53 +0000)
commitfe8277ede08487287a12861393863ead501ca971
tree4bd5a852d072450b8c2f24bbf938dbb269f72d56
parent5c7cfeb21f59d44b2b12bcfdce85b3a61049fb4f
network-tree: Split into a separate file

There are no functional changes here, but I find this code easier to
handle if it is split across smaller files.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/libloc/network-tree.h [new file with mode: 0644]
src/libloc/network.h
src/network-tree.c [new file with mode: 0644]
src/network.c
src/writer.c