From cb22b3afc19cab8700313165609f262c0b502af9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 Jul 2003 15:49:08 +0000 Subject: [PATCH] (close_stdout_set_status, close_stdout_status): Remove. --- lib/closeout.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/closeout.h b/lib/closeout.h index 0a2933005f..d27d7601eb 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 -- 2.30.2