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.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/plugins/fs/helper.h b/src/plugins/fs/helper.h
index f91940a8..9fa44a69 100644
--- a/src/plugins/fs/helper.h
+++ b/src/plugins/fs/helper.h
@@ -35,15 +35,12 @@
35 * @param the title of the new label 35 * @param the title of the new label
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 *buildSearchTabLabel (GtkWidget * searchPage, const char *title);
39buildSearchTabLabel(GtkWidget *searchPage,
40 const char *title);
41 39
42 40
43GtkWidget * 41GtkWidget *makeSearchResultFrame (struct GC_Configuration *cfg,
44makeSearchResultFrame(struct GC_Configuration * cfg, 42 GtkWidget ** treeview,
45 GtkWidget ** treeview, 43 GtkWidget ** anonSpin);
46 GtkWidget ** anonSpin);
47 44
48/** 45/**
49 * Parse a time given in the form 46 * Parse a time given in the form
@@ -52,7 +49,6 @@ makeSearchResultFrame(struct GC_Configuration * cfg,
52 * @param val set to the computed time 49 * @param val set to the computed time
53 * @return OK on success, SYSERR on error 50 * @return OK on success, SYSERR on error
54 */ 51 */
55int parseTime(const char * t, 52int parseTime (const char *t, TIME_T * val);
56 TIME_T * val);
57 53
58#endif 54#endif