aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_template.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-22 13:36:42 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-22 13:36:42 +0000
commit51a6531fa5c68eed968b314a5124a2fdfb3556d2 (patch)
tree31f043188b8a7e92d6e6f6c001fadc410499c138 /src/transport/plugin_transport_template.c
parentb4e21c6afcb6cd772c66b2c0ae3199f193c972c7 (diff)
downloadgnunet-51a6531fa5c68eed968b314a5124a2fdfb3556d2.tar.gz
gnunet-51a6531fa5c68eed968b314a5124a2fdfb3556d2.zip
whitespace
Diffstat (limited to 'src/transport/plugin_transport_template.c')
-rw-r--r--src/transport/plugin_transport_template.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c
index f6a02fe87..6a9b8612b 100644
--- a/src/transport/plugin_transport_template.c
+++ b/src/transport/plugin_transport_template.c
@@ -133,7 +133,7 @@ struct Plugin
133 * @param priority how important is the message 133 * @param priority how important is the message
134 * @param msgbuf the message to transmit 134 * @param msgbuf the message to transmit
135 * @param msgbuf_size number of bytes in 'msgbuf' 135 * @param msgbuf_size number of bytes in 'msgbuf'
136 * @param timeout when should we time out 136 * @param timeout when should we time out
137 * @param session which session must be used (or NULL for "any") 137 * @param session which session must be used (or NULL for "any")
138 * @param addr the address to use (can be NULL if the plugin 138 * @param addr the address to use (can be NULL if the plugin
139 * is "on its own" (i.e. re-use existing TCP connection)) 139 * is "on its own" (i.e. re-use existing TCP connection))
@@ -245,16 +245,16 @@ template_plugin_address_suggested (void *cls,
245 245
246/** 246/**
247 * Function called for a quick conversion of the binary address to 247 * Function called for a quick conversion of the binary address to
248 * a numeric address. Note that the caller must not free the 248 * a numeric address. Note that the caller must not free the
249 * address and that the next call to this function is allowed 249 * address and that the next call to this function is allowed
250 * to override the address again. 250 * to override the address again.
251 * 251 *
252 * @param cls closure 252 * @param cls closure
253 * @param addr binary address 253 * @param addr binary address
254 * @param addrlen length of the address 254 * @param addrlen length of the address
255 * @return string representing the same address 255 * @return string representing the same address
256 */ 256 */
257static const char* 257static const char*
258template_plugin_address_to_string (void *cls, 258template_plugin_address_to_string (void *cls,
259 const void *addr, 259 const void *addr,
260 size_t addrlen) 260 size_t addrlen)