aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist_client.h
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.h
parenta35ab677ed4396f271cfd3fea2051044a6a8b5d7 (diff)
downloadgnunet-ee1ea7af17f80c307584308795a3d684c0279b21.tar.gz
gnunet-ee1ea7af17f80c307584308795a3d684c0279b21.zip
doxygen fixes
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist_client.h')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_client.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist_client.h b/src/hostlist/gnunet-daemon-hostlist_client.h
index 55f355649..181ad24bb 100644
--- a/src/hostlist/gnunet-daemon-hostlist_client.h
+++ b/src/hostlist/gnunet-daemon-hostlist_client.h
@@ -33,12 +33,12 @@
33/** 33/**
34 * Start downloading hostlists from hostlist servers as necessary. 34 * Start downloading hostlists from hostlist servers as necessary.
35 * 35 *
36 * @param c the configuration to use 36 * @param c configuration to use
37 * @param st hande for publishing statistics 37 * @param st statistics handle to use
38 * @param ch[OUT] set to handler for connect notifications 38 * @param[out] ch set to handler for CORE connect events
39 * @param dh[OUT] set to handler for disconnect notifications 39 * @param[out] dh set to handler for CORE disconnect events
40 * @param msgh[OUT] set to handler for message handler notifications 40 * @param[out] msgh set to handler for CORE advertisement messages
41 * @param learn set if client is learning new hostlists 41 * @param learn should we learn hostlist URLs from CORE
42 * @return #GNUNET_OK on success 42 * @return #GNUNET_OK on success
43 */ 43 */
44int 44int