summaryrefslogtreecommitdiffstats
path: root/bdep/deinit.hxx
blob: e879c12e16db8b4b3537036fe9f3a8d0b070792e (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-2019 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