From f0850a16d69e4cedf3354316b4223057dcf4c213 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 5 Feb 2014 17:24:23 +0000 Subject: [PATCH] - doxygen, add get_mine --- src/mesh/gnunet-service-mesh_hello.h | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh_hello.h b/src/mesh/gnunet-service-mesh_hello.h index 866d7abb6..8d8f87072 100644 --- a/src/mesh/gnunet-service-mesh_hello.h +++ b/src/mesh/gnunet-service-mesh_hello.h @@ -39,15 +39,30 @@ extern "C" #include "platform.h" #include "gnunet_util_lib.h" +#include "gnunet_hello_lib.h" +/** + * Initialize the hello subsystem. + * + * @param c Configuration. + */ void GMH_init (const struct GNUNET_CONFIGURATION_Handle *c); +/** + * Shut down the hello subsystem. + */ void GMH_shutdown (); - +/** + * Get own hello message. + * + * @return Own hello message. + */ +const struct GNUNET_HELLO_Message * +GMH_get_mine (void); #if 0 /* keep Emacsens' auto-indent happy */ { -- 2.25.1