Don't use prototypes for vfprintf_filtered(). Someday we'll get prototypes of

varargs routines working...
This commit is contained in:
Stu Grossman 1992-09-15 08:22:29 +00:00
parent 20a687fe2e
commit 4dba98fbb5
1 changed files with 3 additions and 1 deletions

View 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) */