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

#ifndef BPKG_CFG_ADD
#define BPKG_CFG_ADD

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

#include <bpkg/cfg-add-options>

namespace bpkg
{
  int
  cfg_add (const cfg_add_options&, cli::scanner& args);
}

#endif // BPKG_CFG_ADD