aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-drop
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-drop')
-rw-r--r--bpkg/pkg-drop17
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg/pkg-drop b/bpkg/pkg-drop
new file mode 100644
index 0000000..cb70ed0
--- /dev/null
+++ b/bpkg/pkg-drop
@@ -0,0 +1,17 @@
+// file : bpkg/pkg-drop -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BPKG_PKG_DROP
+#define BPKG_PKG_DROP
+
+#include <bpkg/types>
+#include <bpkg/pkg-drop-options>
+
+namespace bpkg
+{
+ int
+ pkg_drop (const pkg_drop_options&, cli::scanner& args);
+}
+
+#endif // BPKG_PKG_DROP