aboutsummaryrefslogtreecommitdiff
path: root/build/dump
diff options
context:
space:
mode:
Diffstat (limited to 'build/dump')
-rw-r--r--build/dump6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/dump b/build/dump
index 48da079..3830b69 100644
--- a/build/dump
+++ b/build/dump
@@ -5,10 +5,14 @@
#ifndef BUILD_DUMP
#define BUILD_DUMP
+#include <build/operation>
+
namespace build
{
+ // Dump the state pertaining to the specified action.
+ //
void
- dump ();
+ dump (action);
}
#endif // BUILD_DUMP