From 333c5953151d6324d83d279a7ac3c53cd1af54b9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Sep 2015 10:58:17 +0200 Subject: Implement pkg-verify, pkg-fetch commands --- bpkg/pkg-fetch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bpkg/pkg-fetch (limited to 'bpkg/pkg-fetch') diff --git a/bpkg/pkg-fetch b/bpkg/pkg-fetch new file mode 100644 index 0000000..1f25c82 --- /dev/null +++ b/bpkg/pkg-fetch @@ -0,0 +1,17 @@ +// file : bpkg/pkg-fetch -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BPKG_PKG_FETCH +#define BPKG_PKG_FETCH + +#include +#include + +namespace bpkg +{ + void + pkg_fetch (const pkg_fetch_options&, cli::scanner& args); +} + +#endif // BPKG_PKG_FETCH -- cgit v1.1