lintian: don't show the typofix as a typo
[apt.git] / apt-pkg / contrib / fileutl.h
index 3a99e3e6175dae780dd6e63233f970697448d219..acfd560ab34dae5bbb45d94c9df728f97dbbce4d 100644 (file)
@@ -159,8 +159,9 @@ time_t GetModificationTime(std::string const &Path);
 bool Rename(std::string From, std::string To);
 
 std::string GetTempDir();
-FileFd* GetTempFile(std::string const &Prefix = "", 
-                    bool ImmediateUnlink = true);
+FileFd* GetTempFile(std::string const &Prefix = "",
+                    bool ImmediateUnlink = true,
+                   FileFd * const TmpFd = NULL);
 
 /** \brief Ensure the existence of the given Path
  *