aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-05 13:46:02 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-05 13:46:02 +0000
commit04da516ba339def537ee19f2210b07d11c2218f4 (patch)
tree8f32d20b052847a7808fab1047d50f8d8202b9a2 /src/include/gnunet_common.h
parente5f88ef0a9f9d27792cb4f50ce82dafe99303ac1 (diff)
downloadgnunet-04da516ba339def537ee19f2210b07d11c2218f4.tar.gz
gnunet-04da516ba339def537ee19f2210b07d11c2218f4.zip
-cpp fix
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index e0a827911..c744ec65f 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -46,6 +46,14 @@
46#include <stdarg.h> 46#include <stdarg.h>
47#endif 47#endif
48 48
49#ifdef __cplusplus
50extern "C"
51{
52#if 0 /* keep Emacsens' auto-indent happy */
53}
54#endif
55#endif
56
49/** 57/**
50 * Version of the API (for entire gnunetutil.so library). 58 * Version of the API (for entire gnunetutil.so library).
51 */ 59 */
@@ -857,4 +865,17 @@ GNUNET_copy_message (const struct GNUNET_MessageHeader *msg);
857#endif 865#endif
858#endif 866#endif
859 867
868
869
870
871#if 0 /* keep Emacsens' auto-indent happy */
872{
873#endif
874#ifdef __cplusplus
875}
876#endif
877
878
879
880
860#endif /*GNUNET_COMMON_H_ */ 881#endif /*GNUNET_COMMON_H_ */