aboutsummaryrefslogtreecommitdiff
path: root/src/hello/hello.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-02 10:25:27 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-02 10:25:27 +0000
commit41d7bd8d2a4c54984366bd4493453f3f40a66624 (patch)
tree0bf5666560a69f3513be259fa26c3149f7f0aca8 /src/hello/hello.c
parentbc943e8ca08fb36ecfb51f2efd362838b2e3d7ae (diff)
downloadgnunet-41d7bd8d2a4c54984366bd4493453f3f40a66624.tar.gz
gnunet-41d7bd8d2a4c54984366bd4493453f3f40a66624.zip
-fix compile warning
Diffstat (limited to 'src/hello/hello.c')
-rw-r--r--src/hello/hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index 3f0f9dd54..382edf3d9 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -103,13 +103,13 @@ struct GNUNET_HELLO_ParseUriContext
103 GNUNET_HELLO_TransportPluginsFind plugins_find; 103 GNUNET_HELLO_TransportPluginsFind plugins_find;
104}; 104};
105 105
106
106/** 107/**
107 * Return HELLO type 108 * Return HELLO type
108 * 109 *
109 * @param h HELLO Message to test 110 * @param h HELLO Message to test
110 * @param GNUNET_MESSAGE_TYPE_HELLO or GNUNET_MESSAGE_TYPE_FRIEND_HELLO or 0 on error 111 * @return GNUNET_MESSAGE_TYPE_HELLO or GNUNET_MESSAGE_TYPE_FRIEND_HELLO or 0 on error
111 */ 112 */
112
113uint16_t 113uint16_t
114GNUNET_HELLO_get_type (const struct GNUNET_HELLO_Message *h) 114GNUNET_HELLO_get_type (const struct GNUNET_HELLO_Message *h)
115{ 115{