25#ifndef IMPORT_UTILITIES_H
26#define IMPORT_UTILITIES_H
30#define GNC_PREFS_GROUP_IMPORT "dialogs.import.generic"
31#define GNC_PREF_ENABLE_SKIP "enable-skip"
32#define GNC_PREF_ENABLE_UPDATE "enable-update"
33#define GNC_PREF_USE_BAYES "use-bayes"
34#define GNC_PREF_ATM_FEE_THRESHOLD "atm-fee-threshold"
35#define GNC_PREF_AUTO_CLEAR_THRESHOLD "auto-clear-threshold"
36#define GNC_PREF_AUTO_ADD_THRESHOLD "auto-add-threshold"
37#define GNC_PREF_MATCH_THRESHOLD "match-threshold"
38#define GNC_PREF_MATCH_DATE_THRESHOLD "match-date-threshold"
39#define GNC_PREF_MATCH_DATE_NOT_THRESHOLD "match-date-not-threshold"
Account handling public routines.