summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-07-28 15:21:21 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-07-28 15:21:21 +0200
commitd074870043ffcd404e014d5793318427435c3ca1 (patch)
treeb291c24d6b8b11843fc008410a5ea1a60c0873dd /apt-pkg/sourcelist.h
parentd3d8ed4a439ffaa0cdec7053001f5810016a4c44 (diff)
parent3671f6810b6306a07f0002b0a808435dad367ab0 (diff)
merged from debian-experimental2
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r--apt-pkg/sourcelist.h3
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();