From 68e6b8538e9c6fd39cb5d6ff80c65f3181763413 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 1 Oct 2003 05:39:06 +0000 Subject: *** empty log message *** --- ledger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ledger.h') 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 regexps; extern void record_regexp(char * pattern, std::list& regexps); extern void read_regexps(const char * path, std::list& regexps); extern bool matches(const std::list& regexps, - const std::string& str); + const std::string& str, bool * exclude = NULL); struct account; -- cgit v1.2.3