output-file.h revision 130562
1293436Sngie/* This file is output-file.h
2212934Sbrian
3212934Sbrian   Copyright 1987, 1988, 1989, 1990, 1991, 1992
4293436Sngie   Free Software Foundation, Inc.
5293436Sngie
6212934Sbrian   This file is part of GAS, the GNU Assembler.
7212934Sbrian
8212934Sbrian   GAS is free software; you can redistribute it and/or modify
9212934Sbrian   it under the terms of the GNU General Public License as published by
10212934Sbrian   the Free Software Foundation; either version 2, or (at your option)
11212934Sbrian   any later version.
12212934Sbrian
13212934Sbrian   GAS is distributed in the hope that it will be useful,
14212934Sbrian   but WITHOUT ANY WARRANTY; without even the implied warranty of
15212934Sbrian   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16212934Sbrian   GNU General Public License for more details.
17212934Sbrian
18212934Sbrian   You should have received a copy of the GNU General Public License
19212934Sbrian   along with GAS; see the file COPYING.  If not, write to
20212934Sbrian   the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
21212934Sbrian
22212934Sbrianvoid output_file_append (char *where, long length, char *filename);
23212934Sbrianvoid output_file_close (char *filename);
24212934Sbrianvoid output_file_create (char *name);
25212934Sbrian
26212934Sbrian/* end of output-file.h */
27212934Sbrian