summaryrefslogtreecommitdiffstats
path: root/src/netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/netlink.h')
-rw-r--r--src/netlink.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/netlink.h b/src/netlink.h
new file mode 100644
index 0000000..6529e92
--- /dev/null
+++ b/src/netlink.h
@@ -0,0 +1,12 @@
+#pragma once
+
+#include <libmnl/libmnl.h>
+
+#include <stdbool.h>
+#include <stdbool.h>
+
+bool nl_init(void);
+void nl_deinit(void);
+
+struct mnl_socket * nl_socket(void);
+uint32_t nl_seq(void);