X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Foutput-file.h;h=4fedefb69d2466c6391a41e06431e49d1e6bf058;hb=390c0e4288ca46982c7702ec420d277c021032f4;hp=942f1efe3ebdf02b1f87caadc5e53898dcbba49a;hpb=d0352a18a504a4e7b761f6b3264cf11347d8d056;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/output-file.h b/gas/output-file.h index 942f1efe3e..4fedefb69d 100644 --- a/gas/output-file.h +++ b/gas/output-file.h @@ -1,6 +1,7 @@ /* This file is output-file.h - Copyright (C) 1987-1992 Free Software Foundation, Inc. + Copyright 1987, 1988, 1989, 1990, 1991, 1992, 2003 + Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -18,8 +19,8 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -void output_file_append PARAMS ((char *where, long length, char *filename)); -void output_file_close PARAMS ((char *filename)); -void output_file_create PARAMS ((char *name)); +void output_file_append (char *where, long length, char *filename); +void output_file_close (char *filename); +void output_file_create (char *name); /* end of output-file.h */