gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22043 - gnunet/src/include
Date: Sat, 16 Jun 2012 18:53:47 +0200

Author: grothoff
Date: 2012-06-16 18:53:47 +0200 (Sat, 16 Jun 2012)
New Revision: 22043

Modified:
   gnunet/src/include/gnunet_hello_lib.h
   gnunet/src/include/gnunet_peer_lib.h
Log:
fix compilation with c++

Modified: gnunet/src/include/gnunet_hello_lib.h
===================================================================
--- gnunet/src/include/gnunet_hello_lib.h       2012-06-16 16:04:05 UTC (rev 
22042)
+++ gnunet/src/include/gnunet_hello_lib.h       2012-06-16 16:53:47 UTC (rev 
22043)
@@ -331,6 +331,15 @@
 struct GNUNET_MessageHeader *
 GNUNET_HELLO_get_header (struct GNUNET_HELLO_Message *hello);
 
+
+#if 0                           /* keep Emacsens' auto-indent happy */
+{
+#endif
+#ifdef __cplusplus
+}
+#endif
+
+
 /* ifndef GNUNET_HELLO_LIB_H */
 #endif
 /* end of gnunet_hello_lib.h */

Modified: gnunet/src/include/gnunet_peer_lib.h
===================================================================
--- gnunet/src/include/gnunet_peer_lib.h        2012-06-16 16:04:05 UTC (rev 
22042)
+++ gnunet/src/include/gnunet_peer_lib.h        2012-06-16 16:53:47 UTC (rev 
22043)
@@ -98,6 +98,14 @@
 GNUNET_PEER_resolve (GNUNET_PEER_Id id, struct GNUNET_PeerIdentity *pid);
 
 
+#if 0                           /* keep Emacsens' auto-indent happy */
+{
+#endif
+#ifdef __cplusplus
+}
+#endif
+
+
 /* ifndef GNUNET_PEER_LIB_H */
 #endif
 /* end of gnunet_peer_lib.h */




reply via email to

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