summaryrefslogtreecommitdiff
path: root/lib/closeout.h
diff options
context:
space:
mode:
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));