aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-purge
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-purge')
-rw-r--r--bpkg/pkg-purge17
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg/pkg-purge b/bpkg/pkg-purge
new file mode 100644
index 0000000..7ec365d
--- /dev/null
+++ b/bpkg/pkg-purge
@@ -0,0 +1,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