aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2014-11-03 16:16:40 +0100
committerPavel Janík <Pavel@Janik.cz>2014-11-03 16:16:40 +0100
commit84738627ce32767bacb86e1ba109147fab29cafb (patch)
tree7984995d313a4da7ad0cdd7b3c5605f778f40eee /src/protocol.h
parentc9690960709fd366d09b181b9f50cd7afc6924b3 (diff)
downloadbitcoin-84738627ce32767bacb86e1ba109147fab29cafb.tar.xz
Fix all header defines
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/protocol.h b/src/protocol.h
index b73041a9fd..2ac8f3d8f7 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -7,8 +7,8 @@
#error This header can only be compiled as C++.
#endif
-#ifndef __INCLUDED_PROTOCOL_H__
-#define __INCLUDED_PROTOCOL_H__
+#ifndef BITCOIN_PROTOCOL_H
+#define BITCOIN_PROTOCOL_H
#include "netbase.h"
#include "serialize.h"
@@ -149,4 +149,4 @@ enum {
MSG_FILTERED_BLOCK,
};
-#endif // __INCLUDED_PROTOCOL_H__
+#endif // BITCOIN_PROTOCOL_H