diff options
Diffstat (limited to 'src/plugins/fs/search.h')
-rw-r--r-- | src/plugins/fs/search.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fs/search.h b/src/plugins/fs/search.h index bf280397..546c7bfd 100644 --- a/src/plugins/fs/search.h +++ b/src/plugins/fs/search.h | |||
@@ -64,6 +64,7 @@ void fs_search_result_received (SearchList * searchContext, | |||
64 | void fs_search_update (SearchList * searchContext, | 64 | void fs_search_update (SearchList * searchContext, |
65 | const GNUNET_ECRS_FileInfo * info, | 65 | const GNUNET_ECRS_FileInfo * info, |
66 | int availability_rank, | 66 | int availability_rank, |
67 | unsigned int availability_certainty, | ||
67 | unsigned int applicability_rank); | 68 | unsigned int applicability_rank); |
68 | 69 | ||
69 | /** | 70 | /** |