X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fhb-hbfile.h;fp=src%2Fhb-hbfile.h;h=7e616456e704d192c8a6bb01c24364c5c41a0229;hb=88ee1e67be75d5618016c6f0685c91e38966774e;hp=72469c7168e4cf7a7cce9109c7313c4d9aa17ed5;hpb=1ca364009b2ea45e84f91a82a90302b010e2a002;p=chaz%2Fhomebank diff --git a/src/hb-hbfile.h b/src/hb-hbfile.h index 72469c7..7e61645 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-2017 Maxime DOYEN * * This file is part of HomeBank. * @@ -20,8 +20,9 @@ #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_hasbackup(gchar *filepath);