summaryrefslogtreecommitdiff
path: root/src/mask.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-03-17 02:40:42 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-03-17 02:40:42 -0400
commit8dd362b57cf2b49c5268e72898ae873522d8756f (patch)
tree4c5741d682e89b1ea4e567c32a78d32ba17737db /src/mask.h
parent36b616da5e0e2b31138e05d347b0ff3599467c00 (diff)
downloadfork-ledger-8dd362b57cf2b49c5268e72898ae873522d8756f.tar.gz
fork-ledger-8dd362b57cf2b49c5268e72898ae873522d8756f.tar.bz2
fork-ledger-8dd362b57cf2b49c5268e72898ae873522d8756f.zip
The include directive now supports file globbing
This only happens at the base filename, not for any of the directory names for now.
Diffstat (limited to 'src/mask.h')
-rw-r--r--src/mask.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mask.h b/src/mask.h
index 755a2229..ed9e8ac1 100644
--- a/src/mask.h
+++ b/src/mask.h
@@ -73,6 +73,7 @@ public:
}
mask_t& operator=(const string& other);
+ mask_t& assign_glob(const string& other);
bool operator<(const mask_t& other) const {
return expr < other.expr;