aboutsummaryrefslogtreecommitdiff
path: root/bdep/release.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/release.hxx')
-rw-r--r--bdep/release.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/bdep/release.hxx b/bdep/release.hxx
new file mode 100644
index 0000000..305f8c2
--- /dev/null
+++ b/bdep/release.hxx
@@ -0,0 +1,19 @@
+// file : bdep/release.hxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BDEP_RELEASE_HXX
+#define BDEP_RELEASE_HXX
+
+#include <bdep/types.hxx>
+#include <bdep/utility.hxx>
+
+#include <bdep/release-options.hxx>
+
+namespace bdep
+{
+ int
+ cmd_release (const cmd_release_options&, cli::scanner& args);
+}
+
+#endif // BDEP_RELEASE_HXX