Don't use prototypes for vfprintf_filtered(). Someday we'll get prototypes of
authorStu Grossman <grossman@cygnus>
Tue, 15 Sep 1992 08:22:29 +0000 (08:22 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 15 Sep 1992 08:22:29 +0000 (08:22 +0000)
varargs routines working...

gdb/defs.h

index a685675e03dc267d0e697bed7d6bd5bb781e1bd5..ce26e75d0370fa7a7ca6e294e4f6a6113ec0d9c4 100644 (file)
@@ -195,7 +195,7 @@ extern void
 puts_filtered PARAMS ((char *));
 
 extern void
-vfprintf_filtered PARAMS ((FILE *, char *, va_list));
+vfprintf_filtered ();
 
 extern void
 fprintf_filtered ();
@@ -811,4 +811,6 @@ push_word ();
 #define MAINTENANCE_CMDS 1
 #endif
 
+#include "energize.h"
+
 #endif /* !defined (DEFS_H) */