diff options
Diffstat (limited to 'paludis/repositories/e/exheres_layout.hh')
-rw-r--r-- | paludis/repositories/e/exheres_layout.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/paludis/repositories/e/exheres_layout.hh b/paludis/repositories/e/exheres_layout.hh index 12af444be..6bea4526e 100644 --- a/paludis/repositories/e/exheres_layout.hh +++ b/paludis/repositories/e/exheres_layout.hh @@ -130,6 +130,9 @@ namespace paludis virtual std::tr1::shared_ptr<MetadataValueKey<FSEntry> > accounts_repository_data_location_key() const PALUDIS_ATTRIBUTE((warn_unused_result)); + virtual std::tr1::shared_ptr<MetadataValueKey<FSEntry> > e_updates_location_key() const + PALUDIS_ATTRIBUTE((warn_unused_result)); + virtual void invalidate_masks(); }; } |