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

#ifndef BDEP_INIT_HXX
#define BDEP_INIT_HXX

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

#include <bdep/init-options.hxx>

namespace bdep
{
  int
  cmd_init (const cmd_init_options&, cli::scanner& args);
}

#endif // BDEP_INIT_HXX