aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_transport_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index fb0271a8f..6a5b0e142 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -189,8 +189,8 @@ typedef struct GNUNET_TIME_Relative (*GNUNET_TRANSPORT_TrafficReport) (void
189/** 189/**
190 * Function that returns a HELLO message. 190 * Function that returns a HELLO message.
191 */ 191 */
192typedef const struct GNUNET_MessageHeader 192typedef const struct GNUNET_MessageHeader *
193 *(*GNUNET_TRANSPORT_GetHelloCallback) (void); 193 (*GNUNET_TRANSPORT_GetHelloCallback) (void);
194 194
195 195
196/** 196/**
@@ -438,7 +438,7 @@ typedef const char *(*GNUNET_TRANSPORT_AddressToString) (void *cls,
438 * 438 *
439 * @param cls closure ('struct Plugin*') 439 * @param cls closure ('struct Plugin*')
440 * @param addr string address 440 * @param addr string address
441 * @param addrlen length of the address 441 * @param addrlen length of the address including \0 termination
442 * @param buf location to store the buffer 442 * @param buf location to store the buffer
443 * If the function returns GNUNET_SYSERR, its contents are undefined. 443 * If the function returns GNUNET_SYSERR, its contents are undefined.
444 * @param added length of created address 444 * @param added length of created address