aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_lc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_lc.c')
-rw-r--r--src/fs/gnunet-service-fs_lc.c4
1 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 6460d4f13..a7e78a6ed 100644
--- a/src/fs/gnunet-service-fs_lc.c
+++ b/src/fs/gnunet-service-fs_lc.c
@@ -209,7 +209,7 @@ client_request_destroy (void *cls,
209 * Handle a reply to a pending request. Also called if a request 209 * Handle a reply to a pending request. Also called if a request
210 * expires (then with data == NULL). The handler may be called 210 * expires (then with data == NULL). The handler may be called
211 * many times (depending on the request type), but will not be 211 * many times (depending on the request type), but will not be
212 * called during or after a call to GSF_pending_request_cancel 212 * called during or after a call to GSF_pending_request_cancel
213 * and will also not be called anymore after a call signalling 213 * and will also not be called anymore after a call signalling
214 * expiration. 214 * expiration.
215 * 215 *
@@ -217,7 +217,7 @@ client_request_destroy (void *cls,
217 * @param eval evaluation of the result 217 * @param eval evaluation of the result
218 * @param pr handle to the original pending request 218 * @param pr handle to the original pending request
219 * @param reply_anonymity_level anonymity level for the reply, UINT32_MAX for "unknown" 219 * @param reply_anonymity_level anonymity level for the reply, UINT32_MAX for "unknown"
220 * @param expiration when does 'data' expire? 220 * @param expiration when does 'data' expire?
221 * @param type type of the block 221 * @param type type of the block
222 * @param data response data, NULL on request expiration 222 * @param data response data, NULL on request expiration
223 * @param data_len number of bytes in data 223 * @param data_len number of bytes in data