X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fdsp_mainwindow.h;fp=src%2Fdsp_mainwindow.h;h=06e1906f6c30de7b7e5509f88216a5fe6a381b15;hb=35b9973e4de7d69ad8841ead996a2e6cf1d85f08;hp=fd3b2b84c78905c7f9278c525d6c5c4460475c68;hpb=88ee1e67be75d5618016c6f0685c91e38966774e;p=chaz%2Fhomebank 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);