X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fhb-hbfile.h;h=553e94de3c5ae8c97afbccc83e8c28cc05150211;hb=d11c8dd3275ed2a4a35598e69c0804dcf9435766;hp=72469c7168e4cf7a7cce9109c7313c4d9aa17ed5;hpb=59c5e08a64798d4303ae7eb3a2713bc93d98fa7b;p=chaz%2Fhomebank diff --git a/src/hb-hbfile.h b/src/hb-hbfile.h index 72469c7..553e94d 100644 --- a/src/hb-hbfile.h +++ b/src/hb-hbfile.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2016 Maxime DOYEN + * Copyright (C) 1995-2018 Maxime DOYEN * * This file is part of HomeBank. * @@ -20,10 +20,13 @@ #ifndef __HB_HBFILE_H__ #define __HB_HBFILE_H__ -GList *hbfile_transaction_get_all(guint32 kacc); +GList *hbfile_transaction_get_all(void); GQueue *hbfile_transaction_get_partial(guint32 minjulian, guint32 maxjulian); +GQueue *hbfile_transaction_get_partial_budget(guint32 minjulian, guint32 maxjulian); +gboolean hbfile_file_isbackup(gchar *filepath); gboolean hbfile_file_hasbackup(gchar *filepath); +void hbfile_file_default(void); void hbfile_change_owner(gchar *owner); void hbfile_change_filepath(gchar *filepath);