repoquery.hpp 361 B

12345678910111213
  1. // Copyright (c) 2019, QuantStack and Mamba Contributors
  2. //
  3. // Distributed under the terms of the BSD 3-Clause License.
  4. //
  5. // The full license is in the file LICENSE, distributed with this software.
  6. #include "mamba/core/query.hpp"
  7. namespace mamba
  8. {
  9. void
  10. repoquery(QueryType type, QueryResultFormat format, bool use_local, const std::string& query);
  11. }