summaryrefslogtreecommitdiffstats
path: root/bdep/deinit.hxx
blob: 070eac2f8c8f4939db749105f6a3d0f3ae67bd52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : bdep/deinit.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BDEP_DEINIT_HXX
#define BDEP_DEINIT_HXX

#include <bdep/types.hxx>
#include <bdep/utility.hxx>

#include <bdep/deinit-options.hxx>

namespace bdep
{
  int
  cmd_deinit (const cmd_deinit_options&, cli::scanner& args);
}

#endif // BDEP_DEINIT_HXX