aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack
blob: 4a37c35d04105be4cb2dd45f8ae7937dbea6f2e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 <bpkg/types>
#include <bpkg/pkg-unpack-options>

namespace bpkg
{
  void
  pkg_unpack (const pkg_unpack_options&, cli::scanner& args);
}

#endif // BPKG_PKG_UNPACK