summaryrefslogtreecommitdiff
path: root/lib/clean-temp.h
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-10-06 23:13:53 +0000
committerEric Blake <ebb9@byu.net>2006-10-06 23:13:53 +0000
commit1e875448fb068c888a8c7cb8108369ac365bcf63 (patch)
treebf0d1b12e32f9b641d134ca78ad6a5336becf040 /lib/clean-temp.h
parent84e40e9722b7e785e530f984bada7cbba777e3c1 (diff)
downloadgnulib-1e875448fb068c888a8c7cb8108369ac365bcf63.tar.gz
* clean-temp.h (close_stream_temp): New declaration.
* clean-temp.c (includes): Pull in headers according to what other modules are in use. (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
Diffstat (limited to 'lib/clean-temp.h')
-rw-r--r--lib/clean-temp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/clean-temp.h b/lib/clean-temp.h
index 25030080e0..7edb944846 100644
--- a/lib/clean-temp.h
+++ b/lib/clean-temp.h
@@ -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
}