gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32584 - in gnunet/src: include peerinfo transport


From: gnunet
Subject: [GNUnet-SVN] r32584 - in gnunet/src: include peerinfo transport
Date: Fri, 7 Mar 2014 15:51:33 +0100

Author: florian
Date: 2014-03-07 15:51:33 +0100 (Fri, 07 Mar 2014)
New Revision: 32584

Modified:
   gnunet/src/include/gnunet_transport_plugin.h
   gnunet/src/peerinfo/peerinfo.h
   gnunet/src/transport/plugin_transport_http.h
   gnunet/src/transport/plugin_transport_udp.h
Log:
add missing ifdefs in header files


Modified: gnunet/src/include/gnunet_transport_plugin.h
===================================================================
--- gnunet/src/include/gnunet_transport_plugin.h        2014-03-07 10:54:40 UTC 
(rev 32583)
+++ gnunet/src/include/gnunet_transport_plugin.h        2014-03-07 14:51:33 UTC 
(rev 32584)
@@ -654,4 +654,6 @@
 };
 
 
+/*#ifndef PLUGIN_TRANSPORT_H*/
 #endif
+/* end of gnunet_transport_plugin.h */

Modified: gnunet/src/peerinfo/peerinfo.h
===================================================================
--- gnunet/src/peerinfo/peerinfo.h      2014-03-07 10:54:40 UTC (rev 32583)
+++ gnunet/src/peerinfo/peerinfo.h      2014-03-07 14:51:33 UTC (rev 32584)
@@ -23,11 +23,16 @@
  * @brief common internal definitions for peerinfo service
  * @author Christian Grothoff
  */
+
+#ifndef PEERINFO_H
+#define PEERINFO_H
+
 #include "gnunet_crypto_lib.h"
 #include "gnunet_time_lib.h"
 #include "gnunet_peerinfo_service.h"
 
 
+
 GNUNET_NETWORK_STRUCT_BEGIN
 
 /**
@@ -120,4 +125,6 @@
 };
 GNUNET_NETWORK_STRUCT_END
 
+/*#ifndef PEERINFO_H*/
+#endif
 /* end of peerinfo.h */

Modified: gnunet/src/transport/plugin_transport_http.h
===================================================================
--- gnunet/src/transport/plugin_transport_http.h        2014-03-07 10:54:40 UTC 
(rev 32583)
+++ gnunet/src/transport/plugin_transport_http.h        2014-03-07 14:51:33 UTC 
(rev 32584)
@@ -23,6 +23,8 @@
  * @brief http transport service plugin
  * @author Matthias Wachs
  */
+#ifndef PLUGIN_TRANSPORT_HTTP_H
+#define PLUGIN_TRANSPORT_HTTP_H
 
 #include "platform.h"
 #include "gnunet_common.h"
@@ -579,4 +581,6 @@
 notify_session_end (void *cls, const struct GNUNET_PeerIdentity *peer,
                     struct Session *s);
 
+/*#ifndef PLUGIN_TRANSPORT_HTTP_H*/
+#endif
 /* end of plugin_transport_http.h */

Modified: gnunet/src/transport/plugin_transport_udp.h
===================================================================
--- gnunet/src/transport/plugin_transport_udp.h 2014-03-07 10:54:40 UTC (rev 
32583)
+++ gnunet/src/transport/plugin_transport_udp.h 2014-03-07 14:51:33 UTC (rev 
32584)
@@ -25,6 +25,9 @@
  * @author Nathan Evans
  * @author Matthias Wachs
  */
+#ifndef PLUGIN_TRANSPORT_UDP_H
+#define PLUGIN_TRANSPORT_UDP_H
+
 #include "platform.h"
 #include "gnunet_hello_lib.h"
 #include "gnunet_util_lib.h"
@@ -301,4 +304,6 @@
 void
 stop_broadcast (struct Plugin *plugin);
 
+/*#ifndef PLUGIN_TRANSPORT_UDP_H*/
+#endif
 /* end of plugin_transport_udp.h */




reply via email to

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