]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
ExecGPGV: Pass current config state to apt-key via temp file
[apt.git] / apt-pkg / contrib / fileutl.h
index f33f7804b0d65f1574f462c7bbbb4bffd5fe3233..c13613171e96e60fe52a059915609a1295d87543 100644 (file)
@@ -234,6 +234,8 @@ std::string flCombine(std::string Dir,std::string File);
 /** \brief Takes a file path and returns the absolute path
  */
 std::string flAbsPath(std::string File);
+/** \brief removes superfluous /./ and // from path */
+APT_HIDDEN std::string flNormalize(std::string file);
 
 // simple c++ glob
 std::vector<std::string> Glob(std::string const &pattern, int flags=0);