// file : bdep/fetch.hxx -*- C++ -*- // license : MIT; see accompanying LICENSE file #ifndef BDEP_FETCH_HXX #define BDEP_FETCH_HXX #include #include #include #include namespace bdep { void cmd_fetch (const common_options&, const dir_path& prj, const shared_ptr&, bool full); int cmd_fetch (const cmd_fetch_options&, cli::scanner& args); } #endif // BDEP_FETCH_HXX