diff options
Diffstat (limited to 'paludis/resolver/destination_utils-fwd.hh')
-rw-r--r-- | paludis/resolver/destination_utils-fwd.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paludis/resolver/destination_utils-fwd.hh b/paludis/resolver/destination_utils-fwd.hh index 250083aee..3770f51d8 100644 --- a/paludis/resolver/destination_utils-fwd.hh +++ b/paludis/resolver/destination_utils-fwd.hh @@ -32,6 +32,7 @@ namespace paludis namespace resolver { bool can_make_binary_for(const std::shared_ptr<const PackageID> & id) PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE; + bool is_already_binary(const std::shared_ptr<const PackageID> & id) PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE; bool can_chroot(const std::shared_ptr<const PackageID> & id) PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE; FilteredGenerator destination_filtered_generator( |