aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-29 13:18:50 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-29 13:18:50 +0000
commita8c8084c4930be5ffd458f2fdda98f98b501e3df (patch)
tree7020a2377f5de21b47099881956c374c8e9f3537 /src/include/gnunet_transport_plugin.h
parent7127dc5fc5c2a4ba9bc6f6cd8fade76b94fa907f (diff)
downloadgnunet-a8c8084c4930be5ffd458f2fdda98f98b501e3df.tar.gz
gnunet-a8c8084c4930be5ffd458f2fdda98f98b501e3df.zip
- mantis 2207 + docu
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index d5d587922..1e46c92f8 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -434,11 +434,9 @@ typedef const char *(*GNUNET_TRANSPORT_AddressToString) (void *cls,
434 * @param cls closure ('struct Plugin*') 434 * @param cls closure ('struct Plugin*')
435 * @param addr string address 435 * @param addr string address
436 * @param addrlen length of the address 436 * @param addrlen length of the address
437 * @param buf location to store a buffer pointer 437 * @param buf location to store the buffer
438 * If the function returns GNUNET_SYSERR, its contents are undefined.
439 * @param max size of the buffer
440 * @param buf_len location to store buffer size.
441 * If the function returns GNUNET_SYSERR, its contents are undefined. 438 * If the function returns GNUNET_SYSERR, its contents are undefined.
439 * @param added length of created address
442 * @return GNUNET_OK on success, GNUNET_SYSERR on failure 440 * @return GNUNET_OK on success, GNUNET_SYSERR on failure
443 */ 441 */
444typedef int (*GNUNET_TRANSPORT_StringToAddress) (void *cls, 442typedef int (*GNUNET_TRANSPORT_StringToAddress) (void *cls,