aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_search.c')
-rw-r--r--src/fs/fs_search.c20
1 files changed, 8 insertions, 12 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c
index 89a8c5582..0c47eb173 100644
--- a/src/fs/fs_search.c
+++ b/src/fs/fs_search.c
@@ -440,15 +440,10 @@ process_ksk_result (struct GNUNET_FS_SearchContext *sc,
440 * @param psearch parent search result (for namespace update searches) 440 * @param psearch parent search result (for namespace update searches)
441 * @return context that can be used to control the search 441 * @return context that can be used to control the search
442 */ 442 */
443static struct GNUNET_FS_SearchContext *search_start (struct GNUNET_FS_Handle *h, 443static struct GNUNET_FS_SearchContext *
444 const struct GNUNET_FS_Uri 444search_start (struct GNUNET_FS_Handle *h, const struct GNUNET_FS_Uri *uri,
445 *uri, uint32_t anonymity, 445 uint32_t anonymity, enum GNUNET_FS_SearchOptions options,
446 enum 446 void *cctx, struct GNUNET_FS_SearchResult *psearch);
447 GNUNET_FS_SearchOptions
448 options, void *cctx,
449 struct
450 GNUNET_FS_SearchResult
451 *psearch);
452 447
453 448
454/** 449/**
@@ -813,7 +808,8 @@ process_result (struct GNUNET_FS_SearchContext *sc, enum GNUNET_BLOCK_Type type,
813 * 808 *
814 * @param sc the search to reconnec 809 * @param sc the search to reconnec
815 */ 810 */
816static void try_reconnect (struct GNUNET_FS_SearchContext *sc); 811static void
812try_reconnect (struct GNUNET_FS_SearchContext *sc);
817 813
818 814
819/** 815/**
@@ -855,8 +851,8 @@ receive_results (void *cls, const struct GNUNET_MessageHeader *msg)
855 * 851 *
856 * @param sc context for the search 852 * @param sc context for the search
857 */ 853 */
858static void schedule_transmit_search_request (struct GNUNET_FS_SearchContext 854static void
859 *sc); 855schedule_transmit_search_request (struct GNUNET_FS_SearchContext *sc);
860 856
861 857
862/** 858/**