diff options
Diffstat (limited to 'display-gtk.h')
-rw-r--r-- | display-gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/display-gtk.h b/display-gtk.h index 335cf4962..fb7eaf254 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -52,7 +52,7 @@ enum { MATCH_AFTER } found_string_entry; -extern GtkWidget *create_date_time_widget(struct tm *time, GtkWidget **cal, GtkWidget **h, GtkWidget **m); +extern GtkWidget *create_date_time_widget(struct tm *time, GtkWidget **cal, GtkWidget **h, GtkWidget **m, GtkWidget **timehbox); extern void add_string_list_entry(const char *string, GtkListStore *list); extern int match_list(GtkListStore *list, const char *string); |