aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:40:44 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:40:44 +0000
commitb95a377885d3aaaedca0004e38a0ec8db0e7ae01 (patch)
tree0466458726c83b11512a5496facf72f9f6678eb5 /src/hostlist/gnunet-daemon-hostlist.c
parent48495c7a66862eb5de8b32c64399b5a10a8aefe8 (diff)
downloadgnunet-b95a377885d3aaaedca0004e38a0ec8db0e7ae01.tar.gz
gnunet-b95a377885d3aaaedca0004e38a0ec8db0e7ae01.zip
doxygen
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index 8d5252534..f5ea6bba7 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -142,8 +142,6 @@ core_init (void *cls, struct GNUNET_CORE_Handle *server,
142 * @param cls closure 142 * @param cls closure
143 * @param peer identity of the sender 143 * @param peer identity of the sender
144 * @param message advertisement message we got 144 * @param message advertisement message we got
145 * @param atsi performance information
146 * @param atsi_count number of records in 'atsi'
147 * @return GNUNET_OK on success 145 * @return GNUNET_OK on success
148 */ 146 */
149static int 147static int
@@ -160,8 +158,6 @@ advertisement_handler (void *cls, const struct GNUNET_PeerIdentity *peer,
160 * 158 *
161 * @param cls closure 159 * @param cls closure
162 * @param peer peer identity this notification is about 160 * @param peer peer identity this notification is about
163 * @param atsi performance data
164 * @param atsi_count number of records in 'atsi'
165 */ 161 */
166static void 162static void
167connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer) 163connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer)