summaryrefslogtreecommitdiff
path: root/gate.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-08-06 01:03:06 +1200
committerDavid Phillips <david@sighup.nz>2018-08-06 01:03:06 +1200
commit5652b840200cada7686196cffc1c7c62b2b91ed9 (patch)
treeb0df69a486da1b508741721d584122eaa1c00569 /gate.h
parent71dc99170a8dbc126f762f42500567a438420a21 (diff)
downloadhence-5652b840200cada7686196cffc1c7c62b2b91ed9.tar.xz
Prefix header guards
Diffstat (limited to 'gate.h')
-rw-r--r--gate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gate.h b/gate.h
index e0e4b61..8be32a6 100644
--- a/gate.h
+++ b/gate.h
@@ -1,5 +1,5 @@
-#ifndef GATE_H
-#define GATE_H
+#ifndef HENCE_GATE_H
+#define HENCE_GATE_H
#include <stddef.h>