aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-18 14:23:00 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-18 14:23:00 +0000
commit14ca04cea1ba18d684a6286ca51e675a2835c8ac (patch)
treee2274abdafba83e9487887dca0ca3bf22766bf6f /src/fs
parent4cbd3d6f60160226c1bc30da655838c2e2fad4e3 (diff)
downloadgnunet-14ca04cea1ba18d684a6286ca51e675a2835c8ac.tar.gz
gnunet-14ca04cea1ba18d684a6286ca51e675a2835c8ac.zip
doxy fixes
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_new.c2
-rw-r--r--src/fs/gnunet-service-fs_pe.h2
-rw-r--r--src/fs/gnunet-service-fs_pr.h2
3 files changed, 1 insertions, 5 deletions
diff --git a/src/fs/gnunet-service-fs_new.c b/src/fs/gnunet-service-fs_new.c
index f68250a23..fb51ac5ed 100644
--- a/src/fs/gnunet-service-fs_new.c
+++ b/src/fs/gnunet-service-fs_new.c
@@ -258,7 +258,7 @@ handle_p2p_put (void *cls,
258 * @param cls the 'struct GSF_PendingRequest' 258 * @param cls the 'struct GSF_PendingRequest'
259 * @param peer identity of the peer 259 * @param peer identity of the peer
260 * @param cp handle to the connected peer record 260 * @param cp handle to the connected peer record
261 * @param perf peer performance data 261 * @param ppd peer performance data
262 */ 262 */
263static void 263static void
264consider_request_for_forwarding (void *cls, 264consider_request_for_forwarding (void *cls,
diff --git a/src/fs/gnunet-service-fs_pe.h b/src/fs/gnunet-service-fs_pe.h
index 2413b970f..eaa3767cd 100644
--- a/src/fs/gnunet-service-fs_pe.h
+++ b/src/fs/gnunet-service-fs_pe.h
@@ -34,8 +34,6 @@
34 * 34 *
35 * @param cp peer with the entry 35 * @param cp peer with the entry
36 * @param pr request with the entry 36 * @param pr request with the entry
37 * @param weight determines position of the entry in the cp queue,
38 * lower weights are earlier in the queue
39 */ 37 */
40void 38void
41GSF_plan_add_ (const struct GSF_ConnectedPeer *cp, 39GSF_plan_add_ (const struct GSF_ConnectedPeer *cp,
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index 5759bee4a..a25659e22 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -343,8 +343,6 @@ GSF_local_lookup_ (struct GSF_PendingRequest *pr,
343 343
344/** 344/**
345 * Setup the subsystem. 345 * Setup the subsystem.
346 *
347 * @param cfg configuration to use
348 */ 346 */
349void 347void
350GSF_pending_request_init_ (void); 348GSF_pending_request_init_ (void);