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

#ifndef BPKG_REP_CREATE
#define BPKG_REP_CREATE

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

#include <bpkg/rep-create-options>

namespace bpkg
{
  int
  rep_create (const rep_create_options&, cli::scanner& args);
}

#endif // BPKG_REP_CREATE