summaryrefslogtreecommitdiff
path: root/ledger.h
diff options
context:
space:
mode:
Diffstat (limited to 'ledger.h')
-rw-r--r--ledger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ledger.h b/ledger.h
index e2678be6..5662162b 100644
--- a/ledger.h
+++ b/ledger.h
@@ -1,5 +1,5 @@
#ifndef _LEDGER_H
-#define _LEDGER_H "$Revision: 1.10 $"
+#define _LEDGER_H "$Revision: 1.11 $"
//////////////////////////////////////////////////////////////////////
//
@@ -159,7 +159,7 @@ extern std::list<mask> regexps;
extern void record_regexp(char * pattern, std::list<mask>& regexps);
extern void read_regexps(const char * path, std::list<mask>& regexps);
extern bool matches(const std::list<mask>& regexps,
- const std::string& str);
+ const std::string& str, bool * exclude = NULL);
struct account;