diff options
Diffstat (limited to 'tempfile.h')
-rw-r--r-- | tempfile.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tempfile.h b/tempfile.h index 8959c5f1b5..61d8dc4d1b 100644 --- a/tempfile.h +++ b/tempfile.h @@ -2,6 +2,7 @@ #define TEMPFILE_H #include "list.h" +#include "strbuf.h" /* * Handle temporary files. @@ -235,8 +236,8 @@ extern int close_tempfile_gently(struct tempfile *tempfile); * it (and nobody else) to inspect or even modify the file's * contents. * - * * `reopen_tempfile()` to reopen the temporary file. Make further - * updates to the contents. + * * `reopen_tempfile()` to reopen the temporary file, truncating the existing + * contents. Write out the new contents. * * * `rename_tempfile()` to move the file to its permanent location. */ |