* apt-pkg/contrib/fileutl.{cc,h}:
[ntk/apt.git] / apt-pkg / sourcelist.h
index e15314a..7b473ee 100644 (file)
@@ -92,6 +92,9 @@ class pkgSourceList
                  pkgIndexFile *&Found) const;
    bool GetIndexes(pkgAcquire *Owner, bool GetAll=false) const;
    
+   // query last-modified time
+   time_t GetLastModifiedTime();
+
    pkgSourceList();
    pkgSourceList(string File);
    ~pkgSourceList();