// 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