comparison lib/clean-temp.h @ 7417:fa9e9b096831

* 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.
author Eric Blake <ebb9@byu.net>
date Fri, 06 Oct 2006 23:13:53 +0000
parents 66b32599c835
children fd5a9db5be5b
comparison
equal deleted inserted replaced
7416:0350284ebb9c 7417:fa9e9b096831
120 120
121 /* Like fwriteerror. 121 /* Like fwriteerror.
122 Unregisters the previously registered file descriptor. */ 122 Unregisters the previously registered file descriptor. */
123 extern int fwriteerror_temp (FILE *fp); 123 extern int fwriteerror_temp (FILE *fp);
124 124
125 /* Like close_stream.
126 Unregisters the previously registered file descriptor. */
127 extern int close_stream_temp (FILE *fp);
128
125 129
126 #ifdef __cplusplus 130 #ifdef __cplusplus
127 } 131 }
128 #endif 132 #endif
129 133