aboutsummaryrefslogtreecommitdiff
path: root/bdep/fetch.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-14 14:34:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-14 14:34:12 +0200
commit7acf8ce6111e3740decd39b92c3383fcbdd00e21 (patch)
tree2c9c6d75bbac9b3b8a4dc9e7b46df01ba0ca3bf2 /bdep/fetch.hxx
parentc8f2a2c0776aee57af6af10d4a0128befbc1fdeb (diff)
Implement fetch command
Diffstat (limited to 'bdep/fetch.hxx')
-rw-r--r--bdep/fetch.hxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/bdep/fetch.hxx b/bdep/fetch.hxx
new file mode 100644
index 0000000..0f036cd
--- /dev/null
+++ b/bdep/fetch.hxx
@@ -0,0 +1,20 @@
+// file : bdep/fetch.hxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BDEP_FETCH_HXX
+#define BDEP_FETCH_HXX
+
+#include <bdep/types.hxx>
+#include <bdep/utility.hxx>
+
+#include <bdep/project.hxx>
+#include <bdep/fetch-options.hxx>
+
+namespace bdep
+{
+ int
+ cmd_fetch (const cmd_fetch_options&, cli::scanner& args);
+}
+
+#endif // BDEP_FETCH_HXX