From 323636085e1a6c063818a697b30e074578db258e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 3 Oct 2017 06:30:17 +0200 Subject: global: use _WG prefix for include guards Suggested-by: Sultan Alsawaf Signed-off-by: Jason A. Donenfeld --- src/device.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/device.h') 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 . 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 */ -- cgit v1.2.3