diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-12-14 20:52:16 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-12-14 20:52:16 +0000 |
commit | a8e5b09df9ce6f090ab4ecfde02fc7ab3b667c13 (patch) | |
tree | dd96afbbe0cfb435c94a377d6762100d4a205d05 /src/include/gnunet_hello_lib.h | |
parent | ea17e83e666b0104b43d04423cef193f92199c26 (diff) |
-fixing peerinfo part of #3559
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r-- | src/include/gnunet_hello_lib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h index a8a5656954..6962e6945e 100644 --- a/src/include/gnunet_hello_lib.h +++ b/src/include/gnunet_hello_lib.h @@ -411,6 +411,11 @@ struct GNUNET_MessageHeader * GNUNET_HELLO_get_header (struct GNUNET_HELLO_Message *hello); +/** + * FIXME. + * + * @param name + */ typedef struct GNUNET_TRANSPORT_PluginFunctions * (*GNUNET_HELLO_TransportPluginsFind) (const char *name); |