From 73417841eb97e9a6d1e6b3f34a7f081cae07e7c2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 May 2000 10:21:56 +0000 Subject: [PATCH] (close_stdout_set_file_name): Declare. --- lib/closeout.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/closeout.h b/lib/closeout.h index 6277212..fb8918b 100644 --- a/lib/closeout.h +++ b/lib/closeout.h @@ -7,5 +7,6 @@ #endif void close_stdout_set_status PARAMS ((int status)); +void close_stdout_set_file_name PARAMS ((const char *file)); void close_stdout PARAMS ((void)); void close_stdout_status PARAMS ((int status)); -- 2.7.4