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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/fs/search.h b/src/plugins/fs/search.h
index f3678982..8b7a7f48 100644
--- a/src/plugins/fs/search.h
+++ b/src/plugins/fs/search.h
@@ -38,7 +38,7 @@ struct DL *
38fs_download_started(struct FSUI_DownloadList * fsui_dl, 38fs_download_started(struct FSUI_DownloadList * fsui_dl,
39 unsigned long long total, 39 unsigned long long total,
40 unsigned int anonymityLevel, 40 unsigned int anonymityLevel,
41 const struct ECRS_FileInfo * fi, 41 const ECRS_FileInfo * fi,
42 const char * filename, 42 const char * filename,
43 unsigned long long completed, 43 unsigned long long completed,
44 cron_t eta); 44 cron_t eta);
@@ -102,4 +102,8 @@ void fs_search_start(struct GE_Context * e,
102void fs_search_stop(void); 102void fs_search_stop(void);
103 103
104 104
105void on_closeSearchButton_clicked_fs(GtkWidget * searchPage,
106 GtkWidget * closeButton);
107
108
105#endif 109#endif