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

#ifndef BPKG_REP_ADD
#define BPKG_REP_ADD

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

#include <bpkg/rep-add-options>

namespace bpkg
{
  int
  rep_add (const rep_add_options&, cli::scanner& args);
}

#endif // BPKG_REP_ADD