aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
commit83b19539f4d322b43683f5838b72e9ec2c8e6073 (patch)
treed0ab9329fcbefe360d9d14e2ace21a6b3396dfe9 /src/fs/gnunet-service-fs_pr.h
parent28a2eb43281a1f08a67954f07beb9af3a9bc9a35 (diff)
downloadgnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.tar.gz
gnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.zip
curly wars / auto-indentation
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.h')
-rw-r--r--src/fs/gnunet-service-fs_pr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index 538a38248..00249afcf 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -359,14 +359,14 @@ GSF_local_lookup_ (struct GSF_PendingRequest *pr,
359 359
360/** 360/**
361 * Is the given target a legitimate peer for forwarding the given request? 361 * Is the given target a legitimate peer for forwarding the given request?
362 * 362 *
363 * @param pr request 363 * @param pr request
364 * @param target 364 * @param target
365 * @return GNUNET_YES if this request could be forwarded to the given peer 365 * @return GNUNET_YES if this request could be forwarded to the given peer
366 */ 366 */
367int 367int
368GSF_pending_request_test_target_ (struct GSF_PendingRequest *pr, 368GSF_pending_request_test_target_ (struct GSF_PendingRequest *pr,
369 const struct GNUNET_PeerIdentity *target); 369 const struct GNUNET_PeerIdentity *target);
370 370
371 371
372 372