From e82bd9d6d7529189595594127deb95caff691976 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 4 Feb 2014 14:14:16 +0000 Subject: [PATCH] - use correct function return type --- src/mesh/gnunet-service-mesh_hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) * * @param h Hello message. */ -void +char * GMH_2s (const struct GNUNET_HELLO_Message *h) { return "hello (TODO)"; -- 2.25.1