aboutsummaryrefslogtreecommitdiff
path: root/bdep/deinit.hxx
blob: 9a2099dedbef74d0bb09c2d902781a2435bf7c8e (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-2017 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