diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-10 16:39:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-10 16:39:53 +0000 |
commit | 4071f9dcd5d0ccd2c8f98e33bda698514cf80ca2 (patch) | |
tree | 7cad13ed2237369f5ab4e7759ce3c83b08dab3e4 | |
parent | ebd41d46d815507552f0a5c3824e1beeff063cac (diff) | |
download | coreutils-4071f9dcd5d0ccd2c8f98e33bda698514cf80ca2.tar.xz |
(close_stdout_set_status): Declare.
-rw-r--r-- | lib/closeout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/closeout.h b/lib/closeout.h index 49eeaf6df..62772125e 100644 --- a/lib/closeout.h +++ b/lib/closeout.h @@ -6,5 +6,6 @@ # endif #endif +void close_stdout_set_status PARAMS ((int status)); void close_stdout PARAMS ((void)); void close_stdout_status PARAMS ((int status)); |