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

#ifndef BPKG_PKG_PURGE
#define BPKG_PKG_PURGE

#include <bpkg/types>
#include <bpkg/pkg-purge-options>

namespace bpkg
{
  void
  pkg_purge (const pkg_purge_options&, cli::scanner& args);
}

#endif // BPKG_PKG_PURGE