aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2012-11-18 20:56:26 +0000
committerGabor X Toth <*@tg-x.net>2012-11-18 20:56:26 +0000
commitad25183e4132daee3d9b8c37f1512d159ca73ad0 (patch)
tree015b2023e707115888e0ad699b69880cae21c378 /src/include/gnunet_hello_lib.h
parent7d42609c392b9e784b0c746ae6e0e19fe7f39c3f (diff)
downloadgnunet-ad25183e4132daee3d9b8c37f1512d159ca73ad0.tar.gz
gnunet-ad25183e4132daee3d9b8c37f1512d159ca73ad0.zip
hello lib header fix
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