aboutsummaryrefslogtreecommitdiff
path: root/build/dump
blob: 8bc548e356b469abde728a64bcbe79fcdd5f3758 (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 Ltd
// 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