X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fclean-temp.h;h=6e7c3e6c9179fd691fdfbda279ebe1db00a8cfaa;hb=fa662f811f9a6dda54f64639b107b1637c3ba2e5;hp=25030080e09eca48065fca66f39f2338e5659bc5;hpb=05477f4de600d5e9247707024d162924d73c1a4b;p=gnulib.git diff --git a/lib/clean-temp.h b/lib/clean-temp.h index 25030080e..6e7c3e6c9 100644 --- a/lib/clean-temp.h +++ b/lib/clean-temp.h @@ -36,7 +36,7 @@ extern "C" { Also, open file descriptors need to be closed before the temporary files and the temporary directories can be removed, because only on Unix - (excluding Cygwin) one can remove directories containing open files. + (excluding Cygwin) can one remove directories containing open files. This module provides support for temporary directories and temporary files inside these temporary directories. Temporary files without temporary @@ -122,6 +122,10 @@ extern int fclose_temp (FILE *fp); Unregisters the previously registered file descriptor. */ extern int fwriteerror_temp (FILE *fp); +/* Like close_stream. + Unregisters the previously registered file descriptor. */ +extern int close_stream_temp (FILE *fp); + #ifdef __cplusplus }