From: Bart Polot Date: Tue, 4 Feb 2014 14:14:16 +0000 (+0000) Subject: - use correct function return type X-Git-Tag: initial-import-from-subversion-38251~4799 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e82bd9d6d7529189595594127deb95caff691976;p=oweals%2Fgnunet.git - use correct function return type --- 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)";