aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_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_hello_lib.h
parentfe14caa055450c56088cfde9e5f008a104175319 (diff)
downloadgnunet-7028ad967e99bfdef4938a26442b8466730f666b.tar.gz
gnunet-7028ad967e99bfdef4938a26442b8466730f666b.zip
fix compilation with c++
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r--src/include/gnunet_hello_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index ffddb0ba2..244ec3648 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -331,6 +331,15 @@ GNUNET_HELLO_get_id (const struct GNUNET_HELLO_Message *hello,
331struct GNUNET_MessageHeader * 331struct GNUNET_MessageHeader *
332GNUNET_HELLO_get_header (struct GNUNET_HELLO_Message *hello); 332GNUNET_HELLO_get_header (struct GNUNET_HELLO_Message *hello);
333 333
334
335#if 0 /* keep Emacsens' auto-indent happy */
336{
337#endif
338#ifdef __cplusplus
339}
340#endif
341
342
334/* ifndef GNUNET_HELLO_LIB_H */ 343/* ifndef GNUNET_HELLO_LIB_H */
335#endif 344#endif
336/* end of gnunet_hello_lib.h */ 345/* end of gnunet_hello_lib.h */