From 738050f2a71b2f0d094a692cc48c94653b82287f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Sep 2015 13:41:54 +0200 Subject: Implement rep-fetch command --- bpkg/rep-fetch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bpkg/rep-fetch (limited to 'bpkg/rep-fetch') diff --git a/bpkg/rep-fetch b/bpkg/rep-fetch new file mode 100644 index 0000000..9977571 --- /dev/null +++ b/bpkg/rep-fetch @@ -0,0 +1,17 @@ +// file : bpkg/rep-fetch -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BPKG_REP_FETCH +#define BPKG_REP_FETCH + +#include +#include + +namespace bpkg +{ + void + rep_fetch (const rep_fetch_options&, cli::scanner& args); +} + +#endif // BPKG_REP_FETCH -- cgit v1.1