]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
wrap every unlink call to check for != /dev/null
[apt.git] / apt-pkg / contrib / fileutl.h
index cddfe2b45cfa5c51c6a7c80aa0b9bdfe812231ac..7176e4dea03f923dc56351a430a269cb3bc6de0e 100644 (file)
@@ -150,6 +150,7 @@ class FileFd
 
 bool RunScripts(const char *Cnf);
 bool CopyFile(FileFd &From,FileFd &To);
+bool RemoveFile(char const * const Function, std::string const &FileName);
 int GetLock(std::string File,bool Errors = true);
 bool FileExists(std::string File);
 bool RealFileExists(std::string File);