- dht debug path
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_hello.h
index 866d7abb67217b6cf37ecfd14868670137189f01..8d8f87072e313def74611ad898d827aa25a7e96c 100644 (file)
@@ -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 */
 {