]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debrecords.h
merge from lp:~mvo/apt/mvo
[apt.git] / apt-pkg / deb / debrecords.h
index 9692ac94cfaf4ebd1fc5aa63b811c68fa4e87c7f..7868bfa3d5410b3f6f65ebb2ff2612a9489249e0 100644 (file)
@@ -50,6 +50,9 @@ class debRecordParser : public pkgRecords::Parser
    virtual string Name();
    virtual string Homepage();
 
+   // An arbitrary custom field
+   virtual string RecordField(const char *fieldName);
+
    virtual void GetRec(const char *&Start,const char *&Stop);
    
    debRecordParser(string FileName,pkgCache &Cache);