implement Fail-Ignore bool in FetchItem that tells the method that a failure of this...
[ntk/apt.git] / apt-pkg / acquire-item.h
index 06fcffc..3ac8a19 100644 (file)
@@ -573,6 +573,7 @@ class pkgAcqIndexTrans : public pkgAcqIndex
    public:
   
    virtual void Failed(string Message,pkgAcquire::MethodConfig *Cnf);
+   virtual string Custom600Headers();
 
    /** \brief Create a pkgAcqIndexTrans.
     *