aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-09-19 23:35:17 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-09-19 23:35:17 +0200
commit48896731e966376ec6f256e175e0d12cd17afa42 (patch)
tree91d6e73d6861956831f22a644bef1026eecd8ec5 /src/include/gnunet_hello_lib.h
parent10eac9bb7230973e2c37be9181c36bd086ca38de (diff)
downloadgnunet-48896731e966376ec6f256e175e0d12cd17afa42.tar.gz
gnunet-48896731e966376ec6f256e175e0d12cd17afa42.zip
more dhtu-gnunet basics
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/**