summaryrefslogtreecommitdiffstats
path: root/src/handshake.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-04-10 19:42:06 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-04-10 19:42:06 +0200
commit2b3043e578f00a5071dfae40c237b86cc6d70c7e (patch)
tree2c7876ce55f85fcbbd58e980dee7ae474b24fe19 /src/handshake.h
parent4ab823eb500a8a63061eb23581e73ff9d8bffce1 (diff)
downloadfastd-2b3043e578f00a5071dfae40c237b86cc6d70c7e.tar
fastd-2b3043e578f00a5071dfae40c237b86cc6d70c7e.zip
Use #pragma once
Diffstat (limited to 'src/handshake.h')
-rw-r--r--src/handshake.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/handshake.h b/src/handshake.h
index a519450..5674b83 100644
--- a/src/handshake.h
+++ b/src/handshake.h
@@ -24,8 +24,7 @@
*/
-#ifndef _FASTD_HANDSHAKE_H_
-#define _FASTD_HANDSHAKE_H_
+#pragma once
#include "fastd.h"
@@ -138,6 +137,3 @@ static inline void fastd_handshake_add_uint16(fastd_context_t *ctx, fastd_buffer
dst[0] = value;
dst[1] = value >> 8;
}
-
-
-#endif /* _FASTD_HANDSHAKE_H_ */