diff options
Diffstat (limited to 'src/plugins/fs/helper.h')
-rw-r--r-- | src/plugins/fs/helper.h | 9 |
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 | */ |
38 | GtkWidget * | 38 | GtkWidget * |
39 | buildSearchTabLabel (GtkWidget *searchPage, | 39 | buildSearchTabLabel(GtkWidget *searchPage, |
40 | const char *title); | 40 | const char *title); |
41 | 41 | ||
42 | 42 | ||
43 | GtkWidget * | ||
44 | makeSearchResultFrame(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". |