From c1fe0ed0ba3d599f5b593ad863b69f73e7fd4625 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 7 Mar 2014 14:51:33 +0000 Subject: add missing ifdefs in header files --- src/transport/plugin_transport_http.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/transport/plugin_transport_http.h') diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h index 1ac2f9859..2fb827be3 100644 --- a/src/transport/plugin_transport_http.h +++ b/src/transport/plugin_transport_http.h @@ -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 @@ void 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 */ -- cgit v1.2.3