aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2014-03-07 14:51:33 +0000
committerFlorian Dold <florian.dold@gmail.com>2014-03-07 14:51:33 +0000
commitc1fe0ed0ba3d599f5b593ad863b69f73e7fd4625 (patch)
treea7575c7b5cffd7ed4ae7354091d8b841fe4227cd /src/include/gnunet_transport_plugin.h
parent2ba62f67da9b2ae94d3d33c56fa9664082c83d94 (diff)
downloadgnunet-c1fe0ed0ba3d599f5b593ad863b69f73e7fd4625.tar.gz
gnunet-c1fe0ed0ba3d599f5b593ad863b69f73e7fd4625.zip
add missing ifdefs in header files
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index f1092e949..675980549 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -654,4 +654,6 @@ struct GNUNET_TRANSPORT_PluginFunctions
654}; 654};
655 655
656 656
657/*#ifndef PLUGIN_TRANSPORT_H*/
657#endif 658#endif
659/* end of gnunet_transport_plugin.h */