]> Dogcows Code - chaz/homebank/blobdiff - src/hb-hbfile.h
Merge branch 'upstream'
[chaz/homebank] / src / hb-hbfile.h
index 553e94de3c5ae8c97afbccc83e8c28cc05150211..14e2a317dacfec57e341d16c74f7d101870c5b49 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.
  *
@@ -25,7 +25,9 @@ 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);
+gboolean hbfile_file_hasrevert(gchar *filepath);
+guint64 hbfile_file_get_time_modified(gchar *filepath);
+
 void hbfile_file_default(void);
 
 void hbfile_change_owner(gchar *owner);
This page took 0.017189 seconds and 4 git commands to generate.