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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index a8a565695..6962e6945 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -411,6 +411,11 @@ struct GNUNET_MessageHeader *
411GNUNET_HELLO_get_header (struct GNUNET_HELLO_Message *hello); 411GNUNET_HELLO_get_header (struct GNUNET_HELLO_Message *hello);
412 412
413 413
414/**
415 * FIXME.
416 *
417 * @param name
418 */
414typedef struct GNUNET_TRANSPORT_PluginFunctions * 419typedef struct GNUNET_TRANSPORT_PluginFunctions *
415(*GNUNET_HELLO_TransportPluginsFind) (const char *name); 420(*GNUNET_HELLO_TransportPluginsFind) (const char *name);
416 421