aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh_hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_hello.c b/src/mesh/gnunet-service-mesh_hello.c
index d2a9812ec..5449a554a 100644
--- a/src/mesh/gnunet-service-mesh_hello.c
+++ b/src/mesh/gnunet-service-mesh_hello.c
@@ -180,7 +180,7 @@ GMH_get (const struct GNUNET_PeerIdentity *id)
180 * 180 *
181 * @param h Hello message. 181 * @param h Hello message.
182 */ 182 */
183void 183char *
184GMH_2s (const struct GNUNET_HELLO_Message *h) 184GMH_2s (const struct GNUNET_HELLO_Message *h)
185{ 185{
186 return "hello (TODO)"; 186 return "hello (TODO)";