aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r--src/include/gnunet_hello_lib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index ca5e29284..58cf185de 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -64,7 +64,7 @@ size_t
64GNUNET_HELLO_add_address (const char *tname, 64GNUNET_HELLO_add_address (const char *tname,
65 struct GNUNET_TIME_Absolute expiration, 65 struct GNUNET_TIME_Absolute expiration,
66 const void *addr, 66 const void *addr,
67 size_t addr_len, char *target, size_t max); 67 uint16_t addr_len, char *target, size_t max);
68 68
69 69
70/** 70/**
@@ -160,7 +160,8 @@ typedef int
160 (*GNUNET_HELLO_AddressIterator) (void *cls, 160 (*GNUNET_HELLO_AddressIterator) (void *cls,
161 const char *tname, 161 const char *tname,
162 struct GNUNET_TIME_Absolute expiration, 162 struct GNUNET_TIME_Absolute expiration,
163 const void *addr, size_t addrlen); 163 const void *addr,
164 uint16_t addrlen);
164 165
165 166
166/** 167/**