aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/device.h b/src/device.h
index 4d77d58..538a14e 100644
--- a/src/device.h
+++ b/src/device.h
@@ -1,7 +1,7 @@
/* Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
-#ifndef WGDEVICE_H
-#define WGDEVICE_H
+#ifndef _WG_DEVICE_H
+#define _WG_DEVICE_H
#include "noise.h"
#include "routingtable.h"
@@ -58,4 +58,4 @@ struct wireguard_device {
int device_init(void);
void device_uninit(void);
-#endif
+#endif /* _WG_DEVICE_H */