aboutsummaryrefslogtreecommitdiff
path: root/bdep/deinit.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-13 12:51:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-13 12:52:23 +0200
commit40632ed4dc0a51149ab034cebed6227db21c9dab (patch)
tree2f5654ff888ff7b1db8b4a374d4112b19d5f34fc /bdep/deinit.hxx
parent9721773b915adf0bf7fcfb2bf8550787588e0aa2 (diff)
Implement deinit command
Diffstat (limited to 'bdep/deinit.hxx')
-rw-r--r--bdep/deinit.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/bdep/deinit.hxx b/bdep/deinit.hxx
new file mode 100644
index 0000000..9a2099d
--- /dev/null
+++ b/bdep/deinit.hxx
@@ -0,0 +1,19 @@
+// file : bdep/deinit.hxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BDEP_DEINIT_HXX
+#define BDEP_DEINIT_HXX
+
+#include <bdep/types.hxx>
+#include <bdep/utility.hxx>
+
+#include <bdep/deinit-options.hxx>
+
+namespace bdep
+{
+ int
+ cmd_deinit (const cmd_deinit_options&, cli::scanner& args);
+}
+
+#endif // BDEP_DEINIT_HXX