// file : bpkg/rep-fetch -*- C++ -*- // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BPKG_REP_FETCH #define BPKG_REP_FETCH #include #include #include namespace bpkg { int rep_fetch (const rep_fetch_options&, cli::scanner& args); } #endif // BPKG_REP_FETCH