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