X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-hbfile.h;h=7e616456e704d192c8a6bb01c24364c5c41a0229;hp=c2b3b7d9176ac7f5ab46ad1d4b8f677b5afba132;hb=b84403141a4c3a32a594800eb3fcabdc856461f8;hpb=27f6e3b112df235c8e9afc9911b1f6bce208a001 diff --git a/src/hb-hbfile.h b/src/hb-hbfile.h index c2b3b7d..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-2014 Maxime DOYEN + * Copyright (C) 1995-2017 Maxime DOYEN * * This file is part of HomeBank. * @@ -20,6 +20,9 @@ #ifndef __HB_HBFILE_H__ #define __HB_HBFILE_H__ +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); @@ -32,5 +35,8 @@ void hbfile_setup(gboolean file_clear); void hbfile_anonymize(void); void hbfile_sanity_check(void); +void hbfile_change_basecurrency(guint32 key); +void hbfile_replace_basecurrency(Currency4217 *curfmt); + #endif