]> Dogcows Code - chaz/homebank/blobdiff - src/hb-currency.h
Merge branch 'upstream'
[chaz/homebank] / src / hb-currency.h
index 19e0e8a133ee8633262c1af8d06687eba5efcdaa..33d106a3b69f239b915f772ae7667cc13ad829f4 100644 (file)
@@ -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);
This page took 0.020351 seconds and 4 git commands to generate.