1131447Stjr/* Close standard output.
2131447Stjr
3133543Stjr   Copyright (C) 1998, 2000, 2003, 2004 Free Software Foundation, Inc.
4131447Stjr
5131447Stjr   This program is free software; you can redistribute it and/or modify
6131447Stjr   it under the terms of the GNU General Public License as published by
7131447Stjr   the Free Software Foundation; either version 2, or (at your option)
8131447Stjr   any later version.
9131447Stjr
10131447Stjr   This program is distributed in the hope that it will be useful,
11131447Stjr   but WITHOUT ANY WARRANTY; without even the implied warranty of
12131447Stjr   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13131447Stjr   GNU General Public License for more details.
14131447Stjr
15131447Stjr   You should have received a copy of the GNU General Public License
16131447Stjr   along with this program; if not, write to the Free Software Foundation,
17131447Stjr   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
18131447Stjr
1998038Sache#ifndef CLOSEOUT_H
2098038Sache# define CLOSEOUT_H 1
2198038Sache
22133543Stjr# ifdef __cplusplus
23133543Stjrextern "C" {
24133543Stjr# endif
25133543Stjr
26131447Stjrvoid close_stdout_set_file_name (const char *file);
27131447Stjrvoid close_stdout (void);
2898038Sache
29133543Stjr# ifdef __cplusplus
30133543Stjr}
31133543Stjr# endif
32133543Stjr
3398038Sache#endif
34