aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-09 14:55:36 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-09 14:55:36 +0000
commit77ef5d303c6e38bd70f3209b15fa7a3dfec3b55e (patch)
tree1c7d12b8c49b72ea4f77452a8256b3a870e68601 /src
parent19cd2443fcffbeeae74336d19e72ed6caa6f7106 (diff)
downloadgnunet-77ef5d303c6e38bd70f3209b15fa7a3dfec3b55e.tar.gz
gnunet-77ef5d303c6e38bd70f3209b15fa7a3dfec3b55e.zip
fixing compiler warning
Diffstat (limited to 'src')
-rw-r--r--src/hostlist/hostlist-server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index 9a86b302a..9e0307ec0 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -354,6 +354,7 @@ access_handler_callback (void *cls,
354 return MHD_queue_response (connection, MHD_HTTP_OK, response); 354 return MHD_queue_response (connection, MHD_HTTP_OK, response);
355} 355}
356 356
357#if 0
357static size_t 358static size_t
358adv_transmit_ready ( void *cls, size_t size, void *buf) 359adv_transmit_ready ( void *cls, size_t size, void *buf)
359{ 360{
@@ -384,6 +385,7 @@ adv_transmit_message ( const struct GNUNET_PeerIdentity * peer, int size )
384 &adv_transmit_ready, NULL); 385 &adv_transmit_ready, NULL);
385 return GNUNET_YES; 386 return GNUNET_YES;
386} 387}
388#endif
387 389
388/** 390/**
389 * Function that assembles our hostlist adv message. 391 * Function that assembles our hostlist adv message.