aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist_server.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-07-24 12:14:13 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-07-24 12:14:13 +0000
commitee1ea7af17f80c307584308795a3d684c0279b21 (patch)
treec4d5da1e48eeca73bdca96fe1d0fdd3ce5fa3322 /src/hostlist/gnunet-daemon-hostlist_server.c
parenta35ab677ed4396f271cfd3fea2051044a6a8b5d7 (diff)
downloadgnunet-ee1ea7af17f80c307584308795a3d684c0279b21.tar.gz
gnunet-ee1ea7af17f80c307584308795a3d684c0279b21.zip
doxygen fixes
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 */