aboutsummaryrefslogtreecommitdiff
path: root/build2/dump.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/dump.hxx')
-rw-r--r--build2/dump.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/build2/dump.hxx b/build2/dump.hxx
index e456540..8330708 100644
--- a/build2/dump.hxx
+++ b/build2/dump.hxx
@@ -8,14 +8,21 @@
#include <build2/types.hxx>
#include <build2/utility.hxx>
-#include <build2/operation.hxx>
-
namespace build2
{
- // Dump the state pertaining to the current action.
+ class scope;
+ class target;
+
+ // Dump the build state to diag_stream.
//
void
dump ();
+
+ void
+ dump (const scope&, const char* ind = "");
+
+ void
+ dump (const target&, const char* ind = "");
}
#endif // BUILD2_DUMP_HXX