aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-14 20:52:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-14 20:52:16 +0000
commita8e5b09df9ce6f090ab4ecfde02fc7ab3b667c13 (patch)
treedd96afbbe0cfb435c94a377d6762100d4a205d05 /src/include/gnunet_hello_lib.h
parentea17e83e666b0104b43d04423cef193f92199c26 (diff)
downloadgnunet-a8e5b09df9ce6f090ab4ecfde02fc7ab3b667c13.tar.gz
gnunet-a8e5b09df9ce6f090ab4ecfde02fc7ab3b667c13.zip
-fixing peerinfo part of #3559
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