aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/fs/gnunet-service-fs_pr.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.h')
-rw-r--r--src/fs/gnunet-service-fs_pr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index b68989be7..03fc047fb 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -153,7 +153,7 @@ struct GSF_PendingRequestData
153 * Handle a reply to a pending request. Also called if a request 153 * Handle a reply to a pending request. Also called if a request
154 * expires (then with data == NULL). The handler may be called 154 * expires (then with data == NULL). The handler may be called
155 * many times (depending on the request type), but will not be 155 * many times (depending on the request type), but will not be
156 * called during or after a call to GSF_pending_request_cancel 156 * called during or after a call to GSF_pending_request_cancel
157 * and will also not be called anymore after a call signalling 157 * and will also not be called anymore after a call signalling
158 * expiration. 158 * expiration.
159 * 159 *
@@ -180,7 +180,7 @@ typedef void (*GSF_PendingRequestReplyHandler) (void *cls,
180 180
181 181
182/** 182/**
183 * Create a new pending request. 183 * Create a new pending request.
184 * 184 *
185 * @param options request options 185 * @param options request options
186 * @param type type of the block that is being requested 186 * @param type type of the block that is being requested
@@ -232,7 +232,7 @@ GSF_pending_request_update_ (struct GSF_PendingRequest *pr,
232 232
233/** 233/**
234 * Obtain the public data associated with a pending request 234 * Obtain the public data associated with a pending request
235 * 235 *
236 * @param pr pending request 236 * @param pr pending request
237 * @return associated public data 237 * @return associated public data
238 */ 238 */
@@ -244,7 +244,7 @@ GSF_pending_request_get_data_ (struct GSF_PendingRequest *pr);
244 * Test if two pending requests are compatible (would generate 244 * Test if two pending requests are compatible (would generate
245 * the same query modulo filters and should thus be processed 245 * the same query modulo filters and should thus be processed
246 * jointly). 246 * jointly).
247 * 247 *
248 * @param pra a pending request 248 * @param pra a pending request
249 * @param pra another pending request 249 * @param pra another pending request
250 * @return GNUNET_OK if the requests are compatible 250 * @return GNUNET_OK if the requests are compatible