aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist_client.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_client.c
parenta35ab677ed4396f271cfd3fea2051044a6a8b5d7 (diff)
downloadgnunet-ee1ea7af17f80c307584308795a3d684c0279b21.tar.gz
gnunet-ee1ea7af17f80c307584308795a3d684c0279b21.zip
doxygen fixes
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist_client.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist_client.c b/src/hostlist/gnunet-daemon-hostlist_client.c
index 20bd8bedd..d59407af8 100644
--- a/src/hostlist/gnunet-daemon-hostlist_client.c
+++ b/src/hostlist/gnunet-daemon-hostlist_client.c
@@ -1498,9 +1498,9 @@ save_hostlist_file (int shutdown)
1498 * 1498 *
1499 * @param c configuration to use 1499 * @param c configuration to use
1500 * @param st statistics handle to use 1500 * @param st statistics handle to use
1501 * @param ch[OUT] set to handler for CORE connect events 1501 * @param[out] ch set to handler for CORE connect events
1502 * @param dh[OUT] set to handler for CORE disconnect events 1502 * @param[out] dh set to handler for CORE disconnect events
1503 * @param msgh[OUT] set to handler for CORE advertisement messages 1503 * @param[out] msgh set to handler for CORE advertisement messages
1504 * @param learn should we learn hostlist URLs from CORE 1504 * @param learn should we learn hostlist URLs from CORE
1505 * @return #GNUNET_OK on success 1505 * @return #GNUNET_OK on success
1506 */ 1506 */