projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f88ef
)
-cpp fix
author
Christian Grothoff
<christian@grothoff.org>
Thu, 5 Jul 2012 13:46:02 +0000
(13:46 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 5 Jul 2012 13:46:02 +0000
(13:46 +0000)
src/include/gnunet_common.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_common.h
b/src/include/gnunet_common.h
index e0a827911b4598a6271b4d3a8cf4eab479131018..c744ec65f88ee7c497cf7fa8c9e3c867d292f23c 100644
(file)
--- a/
src/include/gnunet_common.h
+++ b/
src/include/gnunet_common.h
@@
-46,6
+46,14
@@
#include <stdarg.h>
#endif
+#ifdef __cplusplus
+extern "C"
+{
+#if 0 /* keep Emacsens' auto-indent happy */
+}
+#endif
+#endif
+
/**
* Version of the API (for entire gnunetutil.so library).
*/
@@
-857,4
+865,17
@@
GNUNET_copy_message (const struct GNUNET_MessageHeader *msg);
#endif
#endif
+
+
+
+#if 0 /* keep Emacsens' auto-indent happy */
+{
+#endif
+#ifdef __cplusplus
+}
+#endif
+
+
+
+
#endif /*GNUNET_COMMON_H_ */