aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2012-03-29 13:18:50 +0000
committerwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2012-03-29 13:18:50 +0000
commit1dff497a71bc71dec571c68964cc52bf226acd30 (patch)
tree7020a2377f5de21b47099881956c374c8e9f3537 /src/include
parent920966dc28090ff671999b94bb3508ee179c1dc0 (diff)
- mantis 2207 + docu
git-svn-id: https://gnunet.org/svn/gnunet@20811 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/include')
-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 d5d587922a..1e46c92f8c 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,
* @param cls closure ('struct Plugin*')
* @param addr string address
* @param addrlen length of the address
- * @param buf location to store a buffer pointer
- * If the function returns GNUNET_SYSERR, its contents are undefined.
- * @param max size of the buffer
- * @param buf_len location to store buffer size.
+ * @param buf location to store the buffer
* If the function returns GNUNET_SYSERR, its contents are undefined.
+ * @param added length of created address
* @return GNUNET_OK on success, GNUNET_SYSERR on failure
*/
typedef int (*GNUNET_TRANSPORT_StringToAddress) (void *cls,