You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
298B

  1. #pragma once
  2. #include <dds/source/dist.hpp>
  3. #include <dds/temp.hpp>
  4. namespace dds {
  5. class pkg_cache;
  6. class pkg_db;
  7. struct pkg_info;
  8. temporary_sdist get_package_sdist(const pkg_info&);
  9. void get_all(const std::vector<pkg_id>& pkgs, dds::pkg_cache& repo, const pkg_db& cat);
  10. } // namespace dds