diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-19 08:05:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-19 08:05:44 +0000 |
commit | 2925e558cb9acb957a7f3695cc8bf4ebab98dcb2 (patch) | |
tree | b3d44aafc3c95c187cf20c6c0f3f41cad1c97afb /lib | |
parent | 8ed1e0ab9ab14b5d45f55d2240768a99584f48c0 (diff) | |
download | coreutils-2925e558cb9acb957a7f3695cc8bf4ebab98dcb2.tar.xz |
(close_stdout_set_status, close_stdout_status): Remove.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/closeout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/closeout.h b/lib/closeout.h index 0a2933005..d27d7601e 100644 --- a/lib/closeout.h +++ b/lib/closeout.h @@ -19,9 +19,7 @@ #ifndef CLOSEOUT_H # define CLOSEOUT_H 1 -void close_stdout_set_status (int status); void close_stdout_set_file_name (const char *file); void close_stdout (void); -void close_stdout_status (int status); #endif |