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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/fs/search.h b/src/plugins/fs/search.h
index 7cf46b7a..089074c3 100644
--- a/src/plugins/fs/search.h
+++ b/src/plugins/fs/search.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2005 Christian Grothoff (and other contributing authors) 3 (C) 2005, 2006 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -28,6 +28,7 @@
28#define GTK_SEARCH_H 28#define GTK_SEARCH_H
29 29
30#include <GNUnet/gnunet_ecrs_lib.h> 30#include <GNUnet/gnunet_ecrs_lib.h>
31#include <GNUnet/gnunet_fsui_lib.h>
31 32
32/** 33/**
33 * Add an entry to the search tree. 34 * Add an entry to the search tree.
@@ -59,13 +60,14 @@ void displaySearchResult(const ECRS_FileInfo * info,
59 */ 60 */
60GtkWidget * getAnonymityButtonFromTM(GtkTreeModel * model); 61GtkWidget * getAnonymityButtonFromTM(GtkTreeModel * model);
61 62
62int openTabForSearch(void * unused, 63int openTabForSearch(struct FSUI_SearchList * list,
63 const struct ECRS_URI * uri, 64 const struct ECRS_URI * uri,
64 unsigned int anonymityLevel, 65 unsigned int anonymityLevel,
65 unsigned int resultCount, 66 unsigned int resultCount,
66 const ECRS_FileInfo * results); 67 const ECRS_FileInfo * results);
67 68
68void fs_search_start(void); 69void fs_search_start(struct GE_Context * e,
70 struct GC_Configuration * c);
69 71
70void fs_search_stop(void); 72void fs_search_stop(void);
71 73