diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-28 15:19:47 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-28 15:19:47 +0200 |
commit | 3671f6810b6306a07f0002b0a808435dad367ab0 (patch) | |
tree | 67aa1a70ebf550af64e899348eaddabc07378886 /apt-pkg/sourcelist.h | |
parent | b20c16833e20da8e367221b32764889cafe5b4c1 (diff) | |
parent | 2ec858bc68bc2d79ec020fe24be2d76b7c5b6792 (diff) |
merged from lp:~mvo/apt/mvo
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r-- | apt-pkg/sourcelist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h index e15314a5e..7b473ee64 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -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(); |