gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32226 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32226 - gnunet/src/mesh
Date: Wed, 5 Feb 2014 18:24:23 +0100

Author: bartpolot
Date: 2014-02-05 18:24:23 +0100 (Wed, 05 Feb 2014)
New Revision: 32226

Modified:
   gnunet/src/mesh/gnunet-service-mesh_hello.h
Log:
- doxygen, add get_mine

Modified: gnunet/src/mesh/gnunet-service-mesh_hello.h
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_hello.h 2014-02-05 08:43:57 UTC (rev 
32225)
+++ gnunet/src/mesh/gnunet-service-mesh_hello.h 2014-02-05 17:24:23 UTC (rev 
32226)
@@ -39,16 +39,31 @@
 
 #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 */
 {
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]