aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile.hxx')
-rw-r--r--build2/cc/compile.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx
index d1902a0..f8e6bab 100644
--- a/build2/cc/compile.hxx
+++ b/build2/cc/compile.hxx
@@ -82,7 +82,13 @@ namespace build2
map_extension (const scope&, const string&, const string&) const;
pair<auto_rmfile, bool>
- inject (action, file&, lorder, const file&, depdb&, bool&) const;
+ extract_headers (action, file&, lorder,
+ const file&,
+ depdb&, bool&) const;
+ void
+ extract_modules (action, file&, lorder,
+ const file&, auto_rmfile&,
+ depdb&, bool&) const;
private:
const string rule_id;