* addr2line.c: Convert to ISO C90 prototypes, change PTR, remove
[deliverable/binutils-gdb.git] / binutils / nlmconv.h
index e46518719b90cdafd767721b7c507c5a474f4f33..35c84ec0f40ea4eec5d87f35642b30728366546d 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.
 
@@ -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.023955 seconds and 4 git commands to generate.