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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/fs/search.h b/src/plugins/fs/search.h
index 5b72aafd..a0e32f1b 100644
--- a/src/plugins/fs/search.h
+++ b/src/plugins/fs/search.h
@@ -63,7 +63,8 @@ fs_search_started(struct FSUI_SearchList * list,
63 const struct ECRS_URI * uri, 63 const struct ECRS_URI * uri,
64 unsigned int anonymityLevel, 64 unsigned int anonymityLevel,
65 unsigned int resultCount, 65 unsigned int resultCount,
66 const ECRS_FileInfo * results); 66 const ECRS_FileInfo * results,
67 FSUI_State state);
67 68
68/** 69/**
69 * A search process has been aborted. Update display. 70 * A search process has been aborted. Update display.