aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/peerinfo.h')
-rw-r--r--src/peerinfo/peerinfo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/peerinfo/peerinfo.h b/src/peerinfo/peerinfo.h
index bd981c2d4..c76f9bba3 100644
--- a/src/peerinfo/peerinfo.h
+++ b/src/peerinfo/peerinfo.h
@@ -23,11 +23,16 @@
23 * @brief common internal definitions for peerinfo service 23 * @brief common internal definitions for peerinfo service
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26
27#ifndef PEERINFO_H
28#define PEERINFO_H
29
26#include "gnunet_crypto_lib.h" 30#include "gnunet_crypto_lib.h"
27#include "gnunet_time_lib.h" 31#include "gnunet_time_lib.h"
28#include "gnunet_peerinfo_service.h" 32#include "gnunet_peerinfo_service.h"
29 33
30 34
35
31GNUNET_NETWORK_STRUCT_BEGIN 36GNUNET_NETWORK_STRUCT_BEGIN
32 37
33/** 38/**
@@ -120,4 +125,6 @@ struct InfoMessage
120}; 125};
121GNUNET_NETWORK_STRUCT_END 126GNUNET_NETWORK_STRUCT_END
122 127
128/*#ifndef PEERINFO_H*/
129#endif
123/* end of peerinfo.h */ 130/* end of peerinfo.h */