]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
merged fix from donkult
[apt.git] / apt-pkg / contrib / fileutl.h
index cde288ad20e7787dc2993a07844f42a5d918fd92..a1b177f385364e1b7c3dc0fa5923913c84a9a5f6 100644 (file)
@@ -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
  *