diff options
Diffstat (limited to 'elaborate.h')
-rw-r--r-- | elaborate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h index ed8570f3..426b8ee2 100644 --- a/elaborate.h +++ b/elaborate.h @@ -174,6 +174,7 @@ match_key match_key & with_string(); std::string str() const; bool operator<(match_key const & other) const; + bool globmatch(match_key const & other) const; }; |