summaryrefslogtreecommitdiffstats
path: root/include/base/README.md
Commit message (Collapse)AuthorAgeFilesLines
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-0/+13
"base/nl-base-utils.h" (formerly "netlink-private/utils.h") contains no libnl3 specific references, just a bunch of C helpers. It's also a header-only "library", so it can be freely used by all our C-code. Move it to a separate directory, to make that clear.