X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-currency.h;fp=src%2Fhb-currency.h;h=33d106a3b69f239b915f772ae7667cc13ad829f4;hp=19e0e8a133ee8633262c1af8d06687eba5efcdaa;hb=a6c6b0df5492c2160ed97e3a376bdb2fe7c5ebc4;hpb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6 diff --git a/src/hb-currency.h b/src/hb-currency.h index 19e0e8a..33d106a 100644 --- a/src/hb-currency.h +++ b/src/hb-currency.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2018 Maxime DOYEN + * Copyright (C) 1995-2019 Maxime DOYEN * * This file is part of HomeBank. * @@ -78,6 +78,7 @@ Currency *da_cur_get_by_name(gchar *name); Currency *da_cur_get_by_iso_code(gchar *iso_code); Currency *da_cur_get(guint32 key); +gboolean currency_is_euro(guint32 key); gboolean currency_is_used(guint32 key); Currency *currency_add_from_user(Currency4217 *curfmt); gboolean currency_online_sync(GError **error);