(close_stdout_set_status, close_stdout_status): Remove.
authorJim Meyering <jim@meyering.net>
Sun, 20 Jul 2003 15:49:08 +0000 (15:49 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 Jul 2003 15:49:08 +0000 (15:49 +0000)
lib/closeout.h

index 0a2933005f6f9938ed7065487428d7ce178d6543..d27d7601eb7b19d0c5f765f23b8e918cdcf90e21 100644 (file)
@@ -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