]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
merge with debian/experimental
[apt.git] / apt-pkg / contrib / fileutl.h
index 0f2dd419420cf0d8a4f01459dd7821381634132b..973a38cff6841cf22834c4a7243df74bb8565086 100644 (file)
@@ -112,6 +112,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
  *