]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
enable APT in unpack/configure ordering to handle loops as well
[apt.git] / apt-pkg / sourcelist.h
index e15314a5e796fbd87a7eb1ded8101e6790bbdc8e..7b473ee64b453187a4f72a91267bfb5f586b7451 100644 (file)
@@ -92,6 +92,9 @@ class pkgSourceList
                  pkgIndexFile *&Found) const;
    bool GetIndexes(pkgAcquire *Owner, bool GetAll=false) const;
    
                  pkgIndexFile *&Found) const;
    bool GetIndexes(pkgAcquire *Owner, bool GetAll=false) const;
    
+   // query last-modified time
+   time_t GetLastModifiedTime();
+
    pkgSourceList();
    pkgSourceList(string File);
    ~pkgSourceList();      
    pkgSourceList();
    pkgSourceList(string File);
    ~pkgSourceList();