diff options
Diffstat (limited to 'binutils/coffgrok.h')
-rw-r--r-- | binutils/coffgrok.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h index 44a49e2..fd4a952 100644 --- a/binutils/coffgrok.h +++ b/binutils/coffgrok.h @@ -1,5 +1,5 @@ /* coffgrok.h - Copyright 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright 2001, 2002, 2003, 2005, 2007, 2014 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -223,4 +223,4 @@ struct coff_sfile struct coff_sfile *sfile; }; -struct coff_ofile *coff_grok PARAMS ((bfd *)); +struct coff_ofile *coff_grok (bfd *); |