]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.h
The entire concept of PendingError() is flawed :/.
[apt.git] / apt-pkg / pkgcache.h
index b1be14bdd3465e344de9a90cd5a002298b94e590..83bf8961def2b2d4afc835dff27e47f5d705575a 100644 (file)
@@ -627,6 +627,8 @@ struct pkgCache::Version
    map_stringitem_t VerStr;
    /** \brief section this version is filled in */
    map_stringitem_t Section;
+   /** \brief high-level name used to display package */
+   map_stringitem_t Display;
    /** \brief source package name this version comes from
       Always contains the name, even if it is the same as the binary name */
    map_stringitem_t SourcePkgName;