// file : bpkg/cfg-fetch -*- C++ -*- // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_CFG_FETCH #define BPKG_CFG_FETCH #include #include #include namespace bpkg { int cfg_fetch (const cfg_fetch_options&, cli::scanner& args); } #endif // BPKG_CFG_FETCH