diff options
Diffstat (limited to 'src/plugins/fs/search.h')
-rw-r--r-- | src/plugins/fs/search.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fs/search.h b/src/plugins/fs/search.h index 8b7a7f48..c161fb35 100644 --- a/src/plugins/fs/search.h +++ b/src/plugins/fs/search.h | |||
@@ -36,6 +36,8 @@ struct DL; | |||
36 | 36 | ||
37 | struct DL * | 37 | struct DL * |
38 | fs_download_started(struct FSUI_DownloadList * fsui_dl, | 38 | fs_download_started(struct FSUI_DownloadList * fsui_dl, |
39 | struct DL * dl_parent, | ||
40 | struct SL * sl_parent, | ||
39 | unsigned long long total, | 41 | unsigned long long total, |
40 | unsigned int anonymityLevel, | 42 | unsigned int anonymityLevel, |
41 | const ECRS_FileInfo * fi, | 43 | const ECRS_FileInfo * fi, |