aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-create
blob: 1099b91d804907e2b5d33cfdec9e31f64ae5129a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : bpkg/cfg-create -*- C++ -*-
// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_CFG_CREATE
#define BPKG_CFG_CREATE

#include <bpkg/types>
#include <bpkg/utility>

#include <bpkg/cfg-create-options>

namespace bpkg
{
  int
  cfg_create (const cfg_create_options&, cli::scanner& args);
}

#endif // BPKG_CFG_CREATE