]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debrecords.h
apt-pkg/deb/dpkgpm.{cc,h}:
[apt.git] / apt-pkg / deb / debrecords.h
index 24e5aab88761f231ab24622e4d64bae619286137..df21931a8cd466bf82b95f4adfba08518d5d9026 100644 (file)
 #ifndef PKGLIB_DEBRECORDS_H
 #define PKGLIB_DEBRECORDS_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/debrecords.h"
-#endif 
-
 #include <apt-pkg/pkgrecords.h>
 #include <apt-pkg/indexfile.h>
 #include <apt-pkg/tagfile.h>
@@ -40,6 +36,7 @@ class debRecordParser : public pkgRecords::Parser
    virtual string MD5Hash();
    virtual string SHA1Hash();
    virtual string SourcePkg();
+   virtual string SourceVer();
    
    // These are some general stats about the package
    virtual string Maintainer();