summaryrefslogtreecommitdiff
path: root/src/platform/nm-netlink.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-02-16 10:40:33 +0100
committerThomas Haller <thaller@redhat.com>2018-02-21 12:08:46 +0100
commitffbad3d0e8fcce6bd15636309f74bee22d9685e4 (patch)
tree14b1d800069c642206002646c6f5fdcb804debf8 /src/platform/nm-netlink.h
parentad21d542199f0c46f9ff2735de0cdcd03bee3753 (diff)
netlink: move nl_nlmsghdr_to_str() to netlink header
Diffstat (limited to 'src/platform/nm-netlink.h')
-rw-r--r--src/platform/nm-netlink.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/platform/nm-netlink.h b/src/platform/nm-netlink.h
index 64fcbfa4ad..d9c94f77a1 100644
--- a/src/platform/nm-netlink.h
+++ b/src/platform/nm-netlink.h
@@ -24,6 +24,10 @@
#include <netlink/msg.h>
#include <netlink/attr.h>
+/*****************************************************************************/
+
+const char *nl_nlmsghdr_to_str (const struct nlmsghdr *hdr, char *buf, gsize len);
+
/*****************************************************************************
* libnl3 compat code
*****************************************************************************/