diff options
author | David Brodski <david@brodski.eu> | 2010-12-21 12:09:15 +0000 |
---|---|---|
committer | David Brodski <david@brodski.eu> | 2010-12-21 12:09:15 +0000 |
commit | 5777b7bdd024b6fc585f0b8b791b01ffbef72885 (patch) | |
tree | 601fa698b06baee31fd1206f9ae30064d9f2a4c5 /src/transport/plugin_transport_wlan.h | |
parent | e48fd500b63e3195a4283798247aefb0d7752981 (diff) |
Dummy for testing
Diffstat (limited to 'src/transport/plugin_transport_wlan.h')
-rw-r--r-- | src/transport/plugin_transport_wlan.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_wlan.h b/src/transport/plugin_transport_wlan.h index 1444af18e..3c206a496 100644 --- a/src/transport/plugin_transport_wlan.h +++ b/src/transport/plugin_transport_wlan.h @@ -24,6 +24,9 @@ * @author David Brodski */ +#ifndef PLUGIN_TRANSPORT_WLAN +#define PLUGIN_TRANSPORT_WLAN + #include "gnunet_common.h" typedef unsigned int uint32_t; @@ -163,3 +166,4 @@ struct RadiotapHeader uint8_t antenna; }; +#endif |