aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 16:19:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 16:19:21 +0000
commit8ee5a9290c40e88f075cfd289692ea1bed83df47 (patch)
tree5cc839cf8ded8b638234ea92e1c9b03b7ecc93c2 /src/fs
parent4917fb20a07aa3221683c8a2112c514f44594350 (diff)
downloadgnunet-8ee5a9290c40e88f075cfd289692ea1bed83df47.tar.gz
gnunet-8ee5a9290c40e88f075cfd289692ea1bed83df47.zip
-more doxygen fixes
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_lc.c2
-rw-r--r--src/fs/gnunet-service-fs_lc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_lc.c b/src/fs/gnunet-service-fs_lc.c
index 103d8de95..c6ba4617e 100644
--- a/src/fs/gnunet-service-fs_lc.c
+++ b/src/fs/gnunet-service-fs_lc.c
@@ -286,7 +286,7 @@ client_response_handler (void *cls, enum GNUNET_BLOCK_EvaluationResult eval,
286 * 286 *
287 * @param client identification of the client 287 * @param client identification of the client
288 * @param message the actual message 288 * @param message the actual message
289 * @param where to store the pending request handle for the request 289 * @param ptptr where to store the pending request handle for the request
290 * @return GNUNET_YES to start local processing, 290 * @return GNUNET_YES to start local processing,
291 * GNUNET_NO to not (yet) start local processing, 291 * GNUNET_NO to not (yet) start local processing,
292 * GNUNET_SYSERR on error 292 * GNUNET_SYSERR on error
diff --git a/src/fs/gnunet-service-fs_lc.h b/src/fs/gnunet-service-fs_lc.h
index ebfb12927..78b23dc40 100644
--- a/src/fs/gnunet-service-fs_lc.h
+++ b/src/fs/gnunet-service-fs_lc.h
@@ -48,7 +48,7 @@ GSF_local_client_lookup_ (struct GNUNET_SERVER_Client *client);
48 * 48 *
49 * @param client identification of the client 49 * @param client identification of the client
50 * @param message the actual message 50 * @param message the actual message
51 * @param where to store the pending request handle for the request 51 * @param prptr where to store the pending request handle for the request
52 * @return GNUNET_YES to start local processing, 52 * @return GNUNET_YES to start local processing,
53 * GNUNET_NO to not (yet) start local processing, 53 * GNUNET_NO to not (yet) start local processing,
54 * GNUNET_SYSERR on error 54 * GNUNET_SYSERR on error