aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2014-03-10 10:39:13 +0000
committerFlorian Dold <florian.dold@gmail.com>2014-03-10 10:39:13 +0000
commit22eef4ab2f96eb3c36d0b87152a469b3a4e47754 (patch)
tree3e61a8322b950018b9d14697b5f6bfeb7e15fee2 /src/transport/plugin_transport_udp.h
parenta2540528ac3ec7d2c7f46ce01922cee64c22ad3a (diff)
downloadgnunet-22eef4ab2f96eb3c36d0b87152a469b3a4e47754.tar.gz
gnunet-22eef4ab2f96eb3c36d0b87152a469b3a4e47754.zip
Add missing stub definitions of structs to the corresponding header files
Diffstat (limited to 'src/transport/plugin_transport_udp.h')
-rw-r--r--src/transport/plugin_transport_udp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h
index 62352f9fc..44791668b 100644
--- a/src/transport/plugin_transport_udp.h
+++ b/src/transport/plugin_transport_udp.h
@@ -124,6 +124,8 @@ struct UDPMessage
124 124
125}; 125};
126 126
127struct UDP_MessageWrapper;
128
127 129
128/** 130/**
129 * Encapsulation of all of the state of the plugin. 131 * Encapsulation of all of the state of the plugin.