From 48896731e966376ec6f256e175e0d12cd17afa42 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 19 Sep 2021 23:35:17 +0200 Subject: more dhtu-gnunet basics --- src/include/gnunet_hello_lib.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/include/gnunet_hello_lib.h') 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, * @return number of bytes written or 0, #GNUNET_SYSERR to signal the * end of the iteration. */ -typedef ssize_t (*GNUNET_HELLO_GenerateAddressListCallback) (void *cls, - size_t max, - void *buf); +typedef ssize_t +(*GNUNET_HELLO_GenerateAddressListCallback) (void *cls, + size_t max, + void *buf); /** -- cgit v1.2.3