X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fdsp_mainwindow.h;fp=src%2Fdsp_mainwindow.h;h=06e1906f6c30de7b7e5509f88216a5fe6a381b15;hp=fd3b2b84c78905c7f9278c525d6c5c4460475c68;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=b84403141a4c3a32a594800eb3fcabdc856461f8 diff --git a/src/dsp_mainwindow.h b/src/dsp_mainwindow.h index fd3b2b8..06e1906 100644 --- a/src/dsp_mainwindow.h +++ b/src/dsp_mainwindow.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2017 Maxime DOYEN + * Copyright (C) 1995-2018 Maxime DOYEN * * This file is part of HomeBank. * @@ -34,6 +34,7 @@ struct hbfile_data GtkWidget *BT_expandall; GtkWidget *BT_collapseall; gboolean showall; + GSimpleActionGroup *action_group_acc; GtkWidget *GR_top; GtkWidget *LV_top; @@ -81,6 +82,7 @@ struct hbfile_data GtkWidget *create_hbfile_window(GtkWidget *do_widget); void ui_mainwindow_populate_accounts(GtkWidget *widget, gpointer user_data); +gboolean ui_mainwindow_open_backup_check_confirm(gchar *filepath); void ui_mainwindow_open_internal(GtkWidget *widget, gpointer user_data); void ui_mainwindow_update(GtkWidget *widget, gpointer user_data); void ui_mainwindow_action_help_welcome(void);