summaryrefslogtreecommitdiff
path: root/lib/closeout.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-19 08:05:44 +0000
committerJim Meyering <jim@meyering.net>2003-07-19 08:05:44 +0000
commit2925e558cb9acb957a7f3695cc8bf4ebab98dcb2 (patch)
treeb3d44aafc3c95c187cf20c6c0f3f41cad1c97afb /lib/closeout.h
parent8ed1e0ab9ab14b5d45f55d2240768a99584f48c0 (diff)
downloadcoreutils-2925e558cb9acb957a7f3695cc8bf4ebab98dcb2.tar.xz
(close_stdout_set_status, close_stdout_status): Remove.
Diffstat (limited to 'lib/closeout.h')
-rw-r--r--lib/closeout.h2
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