aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target-type.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/target-type.hxx')
-rw-r--r--libbuild2/target-type.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/target-type.hxx b/libbuild2/target-type.hxx
index 8b308c3..3325df1 100644
--- a/libbuild2/target-type.hxx
+++ b/libbuild2/target-type.hxx
@@ -101,6 +101,9 @@ namespace build2
}
bool
+ is_a (const char*) const; // Defined in target.cxx
+
+ bool
is_a_base (const target_type&) const; // Defined in target.cxx
};