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

#ifndef BDEP_NEW_HXX
#define BDEP_NEW_HXX

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

#include <bdep/new-options.hxx>

namespace bdep
{
  int
  cmd_new (const cmd_new_options&, cli::group_scanner& args);
}

#endif // BDEP_NEW_HXX