aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-10-20 15:16:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-10-20 15:16:28 +0200
commit51666badaa58d1cc70a05b362dbf9fbef64a7296 (patch)
tree2919f013c9c1c12c7d31ee0b60eb0fbcb4130558 /libbuild2/forward.hxx
parentecc0f934eff0443490202b614a73097e75b1e3db (diff)
Add operation callback for adhoc rule match and apply
Diffstat (limited to 'libbuild2/forward.hxx')
-rw-r--r--libbuild2/forward.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/forward.hxx b/libbuild2/forward.hxx
index 94eb006..cd0f3c3 100644
--- a/libbuild2/forward.hxx
+++ b/libbuild2/forward.hxx
@@ -65,7 +65,9 @@ namespace build2
// <libbuild2/rule.hxx>
//
+ struct match_extra;
class rule;
+ class adhoc_rule;
// <libbuild2/context.hxx>
//