aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peer_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-16 16:53:47 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-16 16:53:47 +0000
commit7028ad967e99bfdef4938a26442b8466730f666b (patch)
treed84fca4bf57914114d3721d5af4d4c07aafd1d8b /src/include/gnunet_peer_lib.h
parentfe14caa055450c56088cfde9e5f008a104175319 (diff)
downloadgnunet-7028ad967e99bfdef4938a26442b8466730f666b.tar.gz
gnunet-7028ad967e99bfdef4938a26442b8466730f666b.zip
fix compilation with c++
Diffstat (limited to 'src/include/gnunet_peer_lib.h')
-rw-r--r--src/include/gnunet_peer_lib.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_peer_lib.h b/src/include/gnunet_peer_lib.h
index 0121e8453..617aca67c 100644
--- a/src/include/gnunet_peer_lib.h
+++ b/src/include/gnunet_peer_lib.h
@@ -98,6 +98,14 @@ void
98GNUNET_PEER_resolve (GNUNET_PEER_Id id, struct GNUNET_PeerIdentity *pid); 98GNUNET_PEER_resolve (GNUNET_PEER_Id id, struct GNUNET_PeerIdentity *pid);
99 99
100 100
101#if 0 /* keep Emacsens' auto-indent happy */
102{
103#endif
104#ifdef __cplusplus
105}
106#endif
107
108
101/* ifndef GNUNET_PEER_LIB_H */ 109/* ifndef GNUNET_PEER_LIB_H */
102#endif 110#endif
103/* end of gnunet_peer_lib.h */ 111/* end of gnunet_peer_lib.h */