aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.h')
-rw-r--r--src/fs/gnunet-service-fs_pr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index a10fb9b4c..339e409c5 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -206,7 +206,6 @@ typedef void
206 * @param target preferred target for the request, NULL for none 206 * @param target preferred target for the request, NULL for none
207 * @param bf_data raw data for bloom filter for known replies, can be NULL 207 * @param bf_data raw data for bloom filter for known replies, can be NULL
208 * @param bf_size number of bytes in bf_data 208 * @param bf_size number of bytes in bf_data
209 * @param mingle mingle value for bf
210 * @param anonymity_level desired anonymity level 209 * @param anonymity_level desired anonymity level
211 * @param priority maximum outgoing cumulative request priority to use 210 * @param priority maximum outgoing cumulative request priority to use
212 * @param ttl current time-to-live for the request 211 * @param ttl current time-to-live for the request
@@ -226,7 +225,6 @@ GSF_pending_request_create_ (enum GSF_PendingRequestOptions options,
226 const struct GNUNET_PeerIdentity *target, 225 const struct GNUNET_PeerIdentity *target,
227 const char *bf_data, 226 const char *bf_data,
228 size_t bf_size, 227 size_t bf_size,
229 uint32_t mingle,
230 uint32_t anonymity_level, 228 uint32_t anonymity_level,
231 uint32_t priority, 229 uint32_t priority,
232 int32_t ttl, 230 int32_t ttl,