diff options
author | Thomas Haller <thaller@redhat.com> | 2023-07-28 15:04:42 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-07-31 13:15:56 (GMT) |
commit | 2da8481b505509aab05bb37f8fc54536a3f5e99f (patch) | |
tree | b44af41eb7816603ed2150ad61635c351d99879c /lib/msg.c | |
parent | d3e9b5134663c08165f33ea38d2de7143eeb570d (diff) | |
download | libnl-2da8481b505509aab05bb37f8fc54536a3f5e99f.zip libnl-2da8481b505509aab05bb37f8fc54536a3f5e99f.tar.gz libnl-2da8481b505509aab05bb37f8fc54536a3f5e99f.tar.bz2 |
base: move "netlink-private/utils.h" to "base/nl-base-utils.h"
"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.
Diffstat (limited to 'lib/msg.c')
-rw-r--r-- | lib/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ */ #include <netlink-private/netlink.h> -#include <netlink-private/utils.h> +#include "base/nl-base-utils.h" #include <netlink/netlink.h> #include <netlink/utils.h> #include <netlink/cache.h> |