diff options
author | Pavel Janík <Pavel@Janik.cz> | 2014-11-03 16:16:40 +0100 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2014-11-03 16:16:40 +0100 |
commit | 84738627ce32767bacb86e1ba109147fab29cafb (patch) | |
tree | 7984995d313a4da7ad0cdd7b3c5605f778f40eee /src/protocol.h | |
parent | c9690960709fd366d09b181b9f50cd7afc6924b3 (diff) |
Fix all header defines
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 6 |
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 |