aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-02 14:53:49 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-02 14:53:49 +0000
commit44820ac6d7817008dcbbb8727dbab21dbbe3a116 (patch)
tree0ffb16373b38b9aa7e7b71f5db316e644fd9b285 /src
parentaec543b2999864b89edb9ffa1d45fbdbf187fb4c (diff)
downloadgnunet-44820ac6d7817008dcbbb8727dbab21dbbe3a116.tar.gz
gnunet-44820ac6d7817008dcbbb8727dbab21dbbe3a116.zip
doxygen
Diffstat (limited to 'src')
-rw-r--r--src/transport/plugin_transport_tcp.c2
-rw-r--r--src/transport/plugin_transport_template.c2
-rw-r--r--src/transport/plugin_transport_udp.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 2e7d3dadd..e7512d980 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -308,7 +308,7 @@ struct Plugin
308 * 308 *
309 * @param cls closure ('struct Plugin*') 309 * @param cls closure ('struct Plugin*')
310 * @param addr binary address 310 * @param addr binary address
311 * @param addr_len length of the address 311 * @param addrlen length of the address
312 * @return string representing the same address 312 * @return string representing the same address
313 */ 313 */
314static const char* 314static const char*
diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c
index 1ca4d018f..f83329ffa 100644
--- a/src/transport/plugin_transport_template.c
+++ b/src/transport/plugin_transport_template.c
@@ -255,7 +255,7 @@ template_plugin_address_suggested (void *cls,
255 * 255 *
256 * @param cls closure 256 * @param cls closure
257 * @param addr binary address 257 * @param addr binary address
258 * @param addr_len length of the address 258 * @param addrlen length of the address
259 * @return string representing the same address 259 * @return string representing the same address
260 */ 260 */
261static const char* 261static const char*
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index c7be2e18e..a771bf973 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -832,7 +832,7 @@ udp_plugin_address_pretty_printer (void *cls,
832 * 832 *
833 * @param cls closure 833 * @param cls closure
834 * @param addr binary address 834 * @param addr binary address
835 * @param addr_len length of the address 835 * @param addrlen length of the address
836 * @return string representing the same address 836 * @return string representing the same address
837 */ 837 */
838static const char* 838static const char*