From 236ad71b105365bedf9d28a5606616fb9aed3168 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Sep 2015 07:16:06 +0200 Subject: Implement pkg-unpack command --- bpkg/pkg-unpack | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bpkg/pkg-unpack (limited to 'bpkg/pkg-unpack') diff --git a/bpkg/pkg-unpack b/bpkg/pkg-unpack new file mode 100644 index 0000000..4a37c35 --- /dev/null +++ b/bpkg/pkg-unpack @@ -0,0 +1,17 @@ +// file : bpkg/pkg-unpack -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BPKG_PKG_UNPACK +#define BPKG_PKG_UNPACK + +#include +#include + +namespace bpkg +{ + void + pkg_unpack (const pkg_unpack_options&, cli::scanner& args); +} + +#endif // BPKG_PKG_UNPACK -- cgit v1.1