]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
deal better with acquiring the same URI multiple times
[apt.git] / apt-pkg / acquire-item.h
index 606fd4173a3e6ddf01912a5827b875040a835025..9dbacc1ea54ee7b554f0858fb9308af07806d086 100644 (file)
@@ -249,6 +249,7 @@ class pkgAcquire::Item : public WeakPointable                               /*{{{*/
 
    /** \return the acquire process with which this item is associated. */
    pkgAcquire *GetOwner() const;
+   pkgAcquire::ItemDesc &GetItemDesc();
 
    /** \return \b true if this object is being fetched from a trusted source. */
    virtual bool IsTrusted() const;