Fix all header defines

This commit is contained in:
Pavel Janík
2014-11-03 16:16:40 +01:00
parent c969096070
commit 84738627ce
89 changed files with 269 additions and 270 deletions

View File

@@ -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