diff options
author | John Wiegley <johnw@newartisans.com> | 2003-10-01 05:39:06 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2003-10-01 05:39:06 +0000 |
commit | 68e6b8538e9c6fd39cb5d6ff80c65f3181763413 (patch) | |
tree | 50e4e14056459b22d0f923b0ab409f080157b694 /ledger.h | |
parent | 9d5172792af05321a05e63b186f477c2af93b2ea (diff) | |
download | fork-ledger-68e6b8538e9c6fd39cb5d6ff80c65f3181763413.tar.gz fork-ledger-68e6b8538e9c6fd39cb5d6ff80c65f3181763413.tar.bz2 fork-ledger-68e6b8538e9c6fd39cb5d6ff80c65f3181763413.zip |
*** empty log message ***
Diffstat (limited to 'ledger.h')
-rw-r--r-- | ledger.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |