summaryrefslogtreecommitdiff
path: root/lib/closeout.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-04 21:47:31 +0000
committerJim Meyering <jim@meyering.net>1998-01-04 21:47:31 +0000
commit126c1a40e55e8aaf96e1650a7b7d3ec2764b7871 (patch)
treedd894965db8f2340e582020fe320713b287215a5 /lib/closeout.h
parent2440fd8bacbc224c9c7f7b68584923d97ae936df (diff)
downloadcoreutils-126c1a40e55e8aaf96e1650a7b7d3ec2764b7871.tar.xz
.
Diffstat (limited to 'lib/closeout.h')
-rw-r--r--lib/closeout.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/closeout.h b/lib/closeout.h
new file mode 100644
index 000000000..49eeaf6df
--- /dev/null
+++ b/lib/closeout.h
@@ -0,0 +1,10 @@
+#ifndef PARAMS
+# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
+# define PARAMS(Args) Args
+# else
+# define PARAMS(Args) ()
+# endif
+#endif
+
+void close_stdout PARAMS ((void));
+void close_stdout_status PARAMS ((int status));