aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/netlink.h')
-rw-r--r--src/netlink.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/netlink.h b/src/netlink.h
new file mode 100644
index 0000000..debf42c
--- /dev/null
+++ b/src/netlink.h
@@ -0,0 +1,9 @@
+/* Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+
+#ifndef NETLINK_H
+#define NETLINK_H
+
+int netlink_init(void);
+void netlink_uninit(void);
+
+#endif