aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist_server.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_server.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist_server.c b/src/hostlist/gnunet-daemon-hostlist_server.c
index 938c1cec0..95f735565 100644
--- a/src/hostlist/gnunet-daemon-hostlist_server.c
+++ b/src/hostlist/gnunet-daemon-hostlist_server.c
@@ -203,7 +203,7 @@ check_has_addr (void *cls,
203 * @param cls closure, NULL 203 * @param cls closure, NULL
204 * @param peer id of the peer, NULL for last call 204 * @param peer id of the peer, NULL for last call
205 * @param hello hello message for the peer (can be NULL) 205 * @param hello hello message for the peer (can be NULL)
206 * @param error message 206 * @param err_msg message
207 */ 207 */
208static void 208static void
209host_processor (void *cls, 209host_processor (void *cls,
@@ -304,6 +304,7 @@ accept_policy_callback (void *cls,
304 * 304 *
305 * @param cls argument given together with the function 305 * @param cls argument given together with the function
306 * pointer when the handler was registered with MHD 306 * pointer when the handler was registered with MHD
307 * @param connection
307 * @param url the requested url 308 * @param url the requested url
308 * @param method the HTTP method used (#MHD_HTTP_METHOD_GET, 309 * @param method the HTTP method used (#MHD_HTTP_METHOD_GET,
309 * #MHD_HTTP_METHOD_PUT, etc.) 310 * #MHD_HTTP_METHOD_PUT, etc.)
@@ -642,8 +643,8 @@ prepare_daemon (struct MHD_Daemon *daemon_handle)
642 * @param c configuration to use 643 * @param c configuration to use
643 * @param st statistics handle to use 644 * @param st statistics handle to use
644 * @param co core handle to use 645 * @param co core handle to use
645 * @param server_ch[OUT] set to handler for CORE connect events 646 * @param[out] server_ch set to handler for CORE connect events
646 * @param server_dh[OUT] set to handler for CORE disconnect events 647 * @param[out] server_dh set to handler for CORE disconnect events
647 * @param advertise #GNUNET_YES if we should advertise our hostlist 648 * @param advertise #GNUNET_YES if we should advertise our hostlist
648 * @return #GNUNET_OK on success 649 * @return #GNUNET_OK on success
649 */ 650 */