summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h
index c296f0fb..dcb554eb 100644
--- a/src/session.h
+++ b/src/session.h
@@ -112,6 +112,7 @@ public:
HANDLER(decimal_comma).report(out);
HANDLER(time_colon).report(out);
HANDLER(file_).report(out);
+ HANDLER(hashes).report(out);
HANDLER(input_date_format_).report(out);
HANDLER(explicit).report(out);
HANDLER(master_account_).report(out);
@@ -162,6 +163,8 @@ public:
data_files.push_back(str);
});
+ OPTION(session_t, hashes);
+
OPTION_(session_t, input_date_format_, DO_(str) {
// This changes static variables inside times.h, which affects the
// basic date parser.