daily update
[deliverable/binutils-gdb.git] / binutils / nlmconv.h
index e46518719b90cdafd767721b7c507c5a474f4f33..eb9512405883b80eed7162aa4db22f96f92604b2 100644 (file)
@@ -1,5 +1,5 @@
 /* nlmconv.h -- header file for NLM conversion program
-   Copyright 1993, 2002 Free Software Foundation, Inc.
+   Copyright 1993, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 /* Written by Ian Lance Taylor <ian@cygnus.com>.
 
@@ -78,7 +78,7 @@ extern char *rpc_file;
 extern int parse_errors;
 
 /* The parser.  */
-extern int yyparse PARAMS ((void));
+extern int yyparse (void);
 
 /* Tell the lexer what file to read.  */
-extern bfd_boolean nlmlex_file PARAMS ((const char *));
+extern bfd_boolean nlmlex_file (const char *);
This page took 0.026802 seconds and 4 git commands to generate.