summaryrefslogtreecommitdiffstats
path: root/lib/close-stream.h
diff options
context:
space:
mode:
authorPedro J. Ruiz Lopez <holzplatten@es.gnu.org>2007-02-12 23:22:28 +0000
committerPedro J. Ruiz Lopez <holzplatten@es.gnu.org>2007-02-12 23:22:28 +0000
commit56a64cd30f232800884506d88acd780c431be1a5 (patch)
tree6b0b832da800a1c6b9e8d997d5200325a83bfce1 /lib/close-stream.h
parent99bd129f7480dc0ef37ec315f38ea20a0afd40fb (diff)
downloadidutils-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.h2
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);