// file : bdep/ci.hxx -*- C++ -*- // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BDEP_CI_HXX #define BDEP_CI_HXX #include #include #include namespace bdep { int cmd_ci (const cmd_ci_options&, cli::scanner& args); } #endif // BDEP_CI_HXX