aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/netlink.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-29 22:42:42 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-29 22:42:42 +0100
commit210845cb0716ec46ace66cde4f33e64a29b4e497 (patch)
tree42e1dfda646b4709459a1d5f6afcb77d36849d31 /src/netlink.h
parentdevice: clear last handshake timer on ifdown (diff)
downloadwireguard-monolithic-historical-210845cb0716ec46ace66cde4f33e64a29b4e497.tar.xz
wireguard-monolithic-historical-210845cb0716ec46ace66cde4f33e64a29b4e497.zip
netlink: rename symbol to avoid clashes
At somepoint we may need to wg_ namespace these.
Diffstat (limited to 'src/netlink.h')
-rw-r--r--src/netlink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/netlink.h b/src/netlink.h
index 9fe2c78..750b874 100644
--- a/src/netlink.h
+++ b/src/netlink.h
@@ -3,7 +3,7 @@
#ifndef _WG_NETLINK_H
#define _WG_NETLINK_H
-int netlink_init(void);
-void netlink_uninit(void);
+int genetlink_init(void);
+void genetlink_uninit(void);
#endif /* _WG_NETLINK_H */