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
commit23928550db5d400f27fa67de29c738ca324a31ea (patch)
tree8182dc1de299b00564d5c0a416d0cc372dcfc684 /lib/closeout.h
parentf76477e515b36a1e10f7734aac3c5478ccf75989 (diff)
downloadgnulib-23928550db5d400f27fa67de29c738ca324a31ea.tar.gz
.
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 0000000000..49eeaf6dfe
--- /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));