diff options
author | 2010-11-07 22:21:30 +0000 | |
---|---|---|
committer | 2010-11-07 22:21:30 +0000 | |
commit | a7d1a3d9a271be81af6b01ef310147fd2aa35c94 (patch) | |
tree | 52a58c2f12643f62e4e4840aee5885b8ad26842b /paludis/repositories/e/e_installed_repository.hh | |
parent | e15f518956383d4dc22bee5c13939f8de247a46d (diff) | |
download | paludis-a7d1a3d9a271be81af6b01ef310147fd2aa35c94.tar.gz paludis-a7d1a3d9a271be81af6b01ef310147fd2aa35c94.tar.xz |
Let sync take a suffix
Diffstat (limited to 'paludis/repositories/e/e_installed_repository.hh')
-rw-r--r-- | paludis/repositories/e/e_installed_repository.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/paludis/repositories/e/e_installed_repository.hh b/paludis/repositories/e/e_installed_repository.hh index e028bda9f..4d2716c77 100644 --- a/paludis/repositories/e/e_installed_repository.hh +++ b/paludis/repositories/e/e_installed_repository.hh @@ -88,7 +88,9 @@ namespace paludis const std::shared_ptr<OutputManager> &) PALUDIS_ATTRIBUTE((warn_unused_result)); - virtual bool sync(const std::shared_ptr<OutputManager> &) const; + virtual bool sync( + const std::string &, + const std::shared_ptr<OutputManager> &) const; ///\name For use by EInstalledRepositoryID ///\{ |