aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 21:02:47 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:51:57 +0100
commit182a45fc9a4d7f127034b9dc4adae999c4c7e4ad (patch)
tree7fc85e878795e7506b9a06458ac22db9b2bd5fb6 /src/fs/gnunet-service-fs_push.c
parentc77b7424ff5e8da878da3a55c6ce126c160d2d42 (diff)
downloadgnunet-182a45fc9a4d7f127034b9dc4adae999c4c7e4ad.tar.gz
gnunet-182a45fc9a4d7f127034b9dc4adae999c4c7e4ad.zip
-DOC: Documentation cleanup pass through FS subsystem
Diffstat (limited to 'src/fs/gnunet-service-fs_push.c')
-rw-r--r--src/fs/gnunet-service-fs_push.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_push.c b/src/fs/gnunet-service-fs_push.c
index 80c2c00e6..92dbba8e6 100644
--- a/src/fs/gnunet-service-fs_push.c
+++ b/src/fs/gnunet-service-fs_push.c
@@ -210,7 +210,7 @@ find_content (void *cls);
210/** 210/**
211 * Send the given block to the given peer. 211 * Send the given block to the given peer.
212 * 212 *
213 * @param peer target peer 213 * @param mrp target peer
214 * @param block the block 214 * @param block the block
215 * @return #GNUNET_YES if the block was deleted (!) 215 * @return #GNUNET_YES if the block was deleted (!)
216 */ 216 */