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