aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/search.h')
-rw-r--r--src/plugins/fs/search.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/fs/search.h b/src/plugins/fs/search.h
index 82d7a8f3..301544d2 100644
--- a/src/plugins/fs/search.h
+++ b/src/plugins/fs/search.h
@@ -38,7 +38,7 @@
38 */ 38 */
39void addEntryToSearchTree (SearchList * searchContext, 39void addEntryToSearchTree (SearchList * searchContext,
40 DownloadList * downloadParent, 40 DownloadList * downloadParent,
41 const ECRS_FileInfo * info, GtkTreeIter * iter); 41 const GNUNET_ECRS_FileInfo * info, GtkTreeIter * iter);
42 42
43/** 43/**
44 * Add the given result to the model (search result 44 * Add the given result to the model (search result
@@ -49,20 +49,20 @@ void addEntryToSearchTree (SearchList * searchContext,
49 * the information, NULL for top-level 49 * the information, NULL for top-level
50 */ 50 */
51void fs_search_result_received (SearchList * searchContext, 51void fs_search_result_received (SearchList * searchContext,
52 const ECRS_FileInfo * info, 52 const GNUNET_ECRS_FileInfo * info,
53 const struct ECRS_URI *uri); 53 const struct GNUNET_ECRS_URI *uri);
54 54
55/** 55/**
56 * A search has been started. Open tab. 56 * A search has been started. Open tab.
57 * 57 *
58 * @return internal search context 58 * @return internal search context
59 */ 59 */
60SearchList *fs_search_started (struct FSUI_SearchList *list, 60SearchList *fs_search_started (struct GNUNET_FSUI_SearchList *list,
61 const struct ECRS_URI *uri, 61 const struct GNUNET_ECRS_URI *uri,
62 unsigned int anonymityLevel, 62 unsigned int anonymityLevel,
63 unsigned int resultCount, 63 unsigned int resultCount,
64 const ECRS_FileInfo * results, 64 const GNUNET_ECRS_FileInfo * results,
65 FSUI_State state); 65 GNUNET_FSUI_State state);
66 66
67/** 67/**
68 * A search process has been aborted. Update display. 68 * A search process has been aborted. Update display.