diff options
author | Michael Vogt <mvo@debian.org> | 2011-03-15 09:19:23 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2011-03-15 09:19:23 +0100 |
commit | 9b248f58ed56094ed8be3aa0ba2aed776a3ff382 (patch) | |
tree | 59c609bee51ca2c3de0d2f4fde83850183523537 /apt-pkg/acquire-item.h | |
parent | 8f33789e26d2f66f48b310eda4a1543a7aba7fc6 (diff) | |
parent | ca0a660c3b63717ffec0305bba95af6930e62c34 (diff) |
merged from lp:~mvo/apt/mvo
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 2ae7bf27c..f763577ee 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -854,6 +854,7 @@ class pkgAcqMetaClearSig : public pkgAcqMetaIndex public: void Failed(string Message,pkgAcquire::MethodConfig *Cnf); + virtual string Custom600Headers(); /** \brief Create a new pkgAcqMetaClearSig. */ pkgAcqMetaClearSig(pkgAcquire *Owner, |