From: Bart Polot Date: Wed, 5 Feb 2014 17:24:23 +0000 (+0000) Subject: - doxygen, add get_mine X-Git-Tag: initial-import-from-subversion-38251~4781 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f0850a16d69e4cedf3354316b4223057dcf4c213;p=oweals%2Fgnunet.git - doxygen, add get_mine --- 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 */ {