aboutsummaryrefslogtreecommitdiff
path: root/build/dump
blob: 3830b694a975e16fffe6391ef71c28838b66eaba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : build/dump -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef BUILD_DUMP
#define BUILD_DUMP

#include <build/operation>

namespace build
{
  // Dump the state pertaining to the specified action.
  //
  void
  dump (action);
}

#endif // BUILD_DUMP