From 7acf8ce6111e3740decd39b92c3383fcbdd00e21 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Mar 2018 14:34:12 +0200 Subject: Implement fetch command --- bdep/fetch.hxx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bdep/fetch.hxx (limited to 'bdep/fetch.hxx') 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 +#include + +#include +#include + +namespace bdep +{ + int + cmd_fetch (const cmd_fetch_options&, cli::scanner& args); +} + +#endif // BDEP_FETCH_HXX -- cgit v1.1