Fix up warning on SunOS
authorMichael Meissner <gnu@the-meissners.org>
Sat, 27 Jan 1996 20:44:54 +0000 (20:44 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Sat, 27 Jan 1996 20:44:54 +0000 (20:44 +0000)
binutils/objdump.c

index 8effc87..7129b6e 100644 (file)
@@ -33,7 +33,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #ifdef NEED_DECLARATION_FPRINTF
 /* This is needed by INIT_DISASSEMBLE_INFO.  */
-extern int fprintf ();
+extern int fprintf PARAMS ((FILE *, const char *));
 #endif
 
 char *default_target = NULL;   /* default at runtime */