diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-28 15:21:21 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-28 15:21:21 +0200 |
commit | d074870043ffcd404e014d5793318427435c3ca1 (patch) | |
tree | b291c24d6b8b11843fc008410a5ea1a60c0873dd /apt-pkg/contrib/fileutl.h | |
parent | d3d8ed4a439ffaa0cdec7053001f5810016a4c44 (diff) | |
parent | 3671f6810b6306a07f0002b0a808435dad367ab0 (diff) |
merged from debian-experimental2
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r-- | apt-pkg/contrib/fileutl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h index cde288ad2..a1b177f38 100644 --- a/apt-pkg/contrib/fileutl.h +++ b/apt-pkg/contrib/fileutl.h @@ -97,6 +97,7 @@ bool FileExists(string File); bool RealFileExists(string File); bool DirectoryExists(string const &Path) __attrib_const; bool CreateDirectory(string const &Parent, string const &Path); +time_t GetModificationTime(string const &Path); /** \brief Ensure the existence of the given Path * |