aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/helper.h')
-rw-r--r--src/plugins/fs/helper.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/plugins/fs/helper.h b/src/plugins/fs/helper.h
index 73e40485..d70fc6e2 100644
--- a/src/plugins/fs/helper.h
+++ b/src/plugins/fs/helper.h
@@ -36,10 +36,15 @@
36 * @returns the created widget to pack into the page header 36 * @returns the created widget to pack into the page header
37 */ 37 */
38GtkWidget * 38GtkWidget *
39buildSearchTabLabel (GtkWidget *searchPage, 39buildSearchTabLabel(GtkWidget *searchPage,
40 const char *title); 40 const char *title);
41 41
42 42
43GtkWidget *
44makeSearchResultFrame(struct GC_Configuration * cfg,
45 GtkWidget ** treeview,
46 GtkWidget ** anonSpin);
47
43/** 48/**
44 * Parse a time given in the form 49 * Parse a time given in the form
45 * "XX seconds yy days zz months". 50 * "XX seconds yy days zz months".