gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22494 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r22494 - gnunet/src/include
Date: Thu, 5 Jul 2012 15:46:02 +0200

Author: grothoff
Date: 2012-07-05 15:46:02 +0200 (Thu, 05 Jul 2012)
New Revision: 22494

Modified:
   gnunet/src/include/gnunet_common.h
Log:
-cpp fix

Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2012-07-05 11:08:24 UTC (rev 22493)
+++ gnunet/src/include/gnunet_common.h  2012-07-05 13:46:02 UTC (rev 22494)
@@ -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 @@
 #endif
 #endif
 
+
+
+
+#if 0                           /* keep Emacsens' auto-indent happy */
+{
+#endif
+#ifdef __cplusplus
+}
+#endif
+
+
+
+
 #endif /*GNUNET_COMMON_H_ */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]