aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-09-20 09:00:16 +0200
committert3sserakt <t3ss@posteo.de>2021-09-20 11:10:54 +0200
commitb97b260a0461401b317958002b472ff7ed29fb68 (patch)
tree0681d8e7e91626cdcd22f5724557e39153b45306 /src/include/gnunet_hello_lib.h
parentd5df403e64bbde52c5436165eee5231a1b2f876b (diff)
parent48896731e966376ec6f256e175e0d12cd17afa42 (diff)
downloadgnunet-b97b260a0461401b317958002b472ff7ed29fb68.tar.gz
gnunet-b97b260a0461401b317958002b472ff7ed29fb68.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r--src/include/gnunet_hello_lib.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index fff0045aa..74eca999d 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -268,9 +268,10 @@ GNUNET_HELLO_add_address (const struct GNUNET_HELLO_Address *address,
268 * @return number of bytes written or 0, #GNUNET_SYSERR to signal the 268 * @return number of bytes written or 0, #GNUNET_SYSERR to signal the
269 * end of the iteration. 269 * end of the iteration.
270 */ 270 */
271typedef ssize_t (*GNUNET_HELLO_GenerateAddressListCallback) (void *cls, 271typedef ssize_t
272 size_t max, 272(*GNUNET_HELLO_GenerateAddressListCallback) (void *cls,
273 void *buf); 273 size_t max,
274 void *buf);
274 275
275 276
276/** 277/**