aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
commit6f8eede98c272b7312ff0e08b182f0a39b2846b9 (patch)
tree4587372a32aec7968f63a734241f8e21eaa89330 /src/fs/gnunet-service-fs_pe.c
parent084348cf917b4c117070f9811d8b9f9786d2d3fc (diff)
downloadgnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.tar.gz
gnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.zip
-doxygen fixes
Diffstat (limited to 'src/fs/gnunet-service-fs_pe.c')
-rw-r--r--src/fs/gnunet-service-fs_pe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_pe.c b/src/fs/gnunet-service-fs_pe.c
index 78769fa82..f1d87db01 100644
--- a/src/fs/gnunet-service-fs_pe.c
+++ b/src/fs/gnunet-service-fs_pe.c
@@ -701,12 +701,12 @@ GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp)
701 701
702/** 702/**
703 * Get the last transmission attempt time for the request plan list 703 * Get the last transmission attempt time for the request plan list
704 * referenced by @rpr_head, that was sent to @sender 704 * referenced by 'rpr_head', that was sent to 'sender'
705 * 705 *
706 * @param rpr_head request plan reference list to check. 706 * @param rpr_head request plan reference list to check.
707 * @param sender the peer that we've sent the request to. 707 * @param sender the peer that we've sent the request to.
708 * @param result the timestamp to fill. 708 * @param result the timestamp to fill.
709 * @return GNUNET_YES if @result was changed, GNUNET_NO otherwise. 709 * @return GNUNET_YES if 'result' was changed, GNUNET_NO otherwise.
710 */ 710 */
711int 711int
712GSF_request_plan_reference_get_last_transmission_ ( 712GSF_request_plan_reference_get_last_transmission_ (