diff options
Diffstat (limited to 'src/plugins/fs/search.h')
-rw-r--r-- | src/plugins/fs/search.h | 6 |
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 * | |||
38 | fs_download_started(struct FSUI_DownloadList * fsui_dl, | 38 | fs_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, | |||
102 | void fs_search_stop(void); | 102 | void fs_search_stop(void); |
103 | 103 | ||
104 | 104 | ||
105 | void on_closeSearchButton_clicked_fs(GtkWidget * searchPage, | ||
106 | GtkWidget * closeButton); | ||
107 | |||
108 | |||
105 | #endif | 109 | #endif |