diff options
author | Pedro J. Ruiz Lopez <holzplatten@es.gnu.org> | 2007-02-12 23:22:28 +0000 |
---|---|---|
committer | Pedro J. Ruiz Lopez <holzplatten@es.gnu.org> | 2007-02-12 23:22:28 +0000 |
commit | 56a64cd30f232800884506d88acd780c431be1a5 (patch) | |
tree | 6b0b832da800a1c6b9e8d997d5200325a83bfce1 /lib/close-stream.h | |
parent | 99bd129f7480dc0ef37ec315f38ea20a0afd40fb (diff) | |
download | idutils-56a64cd30f232800884506d88acd780c431be1a5.tar.gz idutils-56a64cd30f232800884506d88acd780c431be1a5.tar.bz2 idutils-56a64cd30f232800884506d88acd780c431be1a5.zip |
* upgraded gnulib
Diffstat (limited to 'lib/close-stream.h')
-rw-r--r-- | lib/close-stream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/close-stream.h b/lib/close-stream.h new file mode 100644 index 0000000..be3d419 --- /dev/null +++ b/lib/close-stream.h @@ -0,0 +1,2 @@ +#include <stdio.h> +int close_stream (FILE *stream); |