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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index 6a334a7e5..7be30cf8f 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -338,12 +338,6 @@ struct GNUNET_MessageHeader *
338GNUNET_HELLO_get_header (struct GNUNET_HELLO_Message *hello); 338GNUNET_HELLO_get_header (struct GNUNET_HELLO_Message *hello);
339 339
340 340
341
342typedef size_t (*GNUNET_HELLO_GenerateAddressListCallback) (void *cls,
343 size_t max,
344 void *buf);
345
346
347typedef struct GNUNET_TRANSPORT_PluginFunctions * 341typedef struct GNUNET_TRANSPORT_PluginFunctions *
348(*GNUNET_HELLO_TransportPluginsFind) (const char *name); 342(*GNUNET_HELLO_TransportPluginsFind) (const char *name);
349 343