From 08de44303033cc5ad966f4e75a7fa4a3cb06635f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 26 Aug 2019 10:02:18 +0200 Subject: Implement updating build system modules --- libbuild2/target-type.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/target-type.hxx') 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 }; -- cgit v1.1