aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_search.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-22 20:24:36 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-22 20:24:36 +0000
commit97d9a982e9f2555c51eae2279166d707b3c8a09e (patch)
tree8507bcdefe98f54c29e54a0ca7c0bb3d7e117644 /src/fs/fs_search.c
parent26fe175a9b52e63790ae673b602d4c1bb50c6c12 (diff)
downloadgnunet-97d9a982e9f2555c51eae2279166d707b3c8a09e.tar.gz
gnunet-97d9a982e9f2555c51eae2279166d707b3c8a09e.zip
-reordering API in header to make structure more obvious
Diffstat (limited to 'src/fs/fs_search.c')
-rw-r--r--src/fs/fs_search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c
index a62a6498e..7e4e38b27 100644
--- a/src/fs/fs_search.c
+++ b/src/fs/fs_search.c
@@ -1383,7 +1383,7 @@ search_result_resume_probes (void *cls,
1383 */ 1383 */
1384static int 1384static int
1385search_result_suspend (void *cls, 1385search_result_suspend (void *cls,
1386 const struct GNUNET_HashCode * key, 1386 const struct GNUNET_HashCode *key,
1387 void *value) 1387 void *value)
1388{ 1388{
1389 struct GNUNET_FS_SearchContext *sc = cls; 1389 struct GNUNET_FS_SearchContext *sc = cls;