aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.h')
-rw-r--r--src/transport/plugin_transport_udp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h
index 1994fa5e2..62352f9fc 100644
--- a/src/transport/plugin_transport_udp.h
+++ b/src/transport/plugin_transport_udp.h
@@ -25,6 +25,9 @@
25 * @author Nathan Evans 25 * @author Nathan Evans
26 * @author Matthias Wachs 26 * @author Matthias Wachs
27 */ 27 */
28#ifndef PLUGIN_TRANSPORT_UDP_H
29#define PLUGIN_TRANSPORT_UDP_H
30
28#include "platform.h" 31#include "platform.h"
29#include "gnunet_hello_lib.h" 32#include "gnunet_hello_lib.h"
30#include "gnunet_util_lib.h" 33#include "gnunet_util_lib.h"
@@ -301,4 +304,6 @@ setup_broadcast (struct Plugin *plugin,
301void 304void
302stop_broadcast (struct Plugin *plugin); 305stop_broadcast (struct Plugin *plugin);
303 306
307/*#ifndef PLUGIN_TRANSPORT_UDP_H*/
308#endif
304/* end of plugin_transport_udp.h */ 309/* end of plugin_transport_udp.h */