]> Dogcows Code - chaz/homebank/blobdiff - src/hb-preferences.h
Merge branch 'master' into ext-perl
[chaz/homebank] / src / hb-preferences.h
index 129e8f3cf923094cf599464f94d29405b37be4c8..1223888a34a2549d86782f14c77ff4507a70588e 100644 (file)
@@ -1,5 +1,5 @@
 /*  HomeBank -- Free, easy, personal accounting for everyone.
- *  Copyright (C) 1995-2017 Maxime DOYEN
+ *  Copyright (C) 1995-2018 Maxime DOYEN
  *
  *  This file is part of HomeBank.
  *
@@ -151,6 +151,10 @@ struct Preferences
        gchar      *vehicle_unit_100;
        gchar      *vehicle_unit_distbyvol;
 
+       // plugins
+       gchar** ext_path;
+       GList* ext_whitelist;
+
 };
 
 
This page took 0.020383 seconds and 4 git commands to generate.