]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libsmartcols: add generic function to walk on tree
authorKarel Zak <kzak@redhat.com>
Tue, 7 May 2019 09:44:24 +0000 (11:44 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 7 May 2019 09:44:24 +0000 (11:44 +0200)
commit19c2e73116127244febdbd0535b70b6cc3e453cb
tree2a4174773ddcad17525332538af0d6b354f6680e
parentf6f8a671a9a45125b6261c08b849833bce0f39a8
libsmartcols: add generic function to walk on tree

Now we implement the same thing on more places. Let's add one set of
functions to walk the tree and use it everywhere.

Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/src/Makemodule.am
libsmartcols/src/smartcolsP.h
libsmartcols/src/walk.c [new file with mode: 0644]