Fri Sep 29 02:10:05 1995 steve chamberlain <sac@slash.cygnus.com>

* Makefile.in (remote-rdp.o): Doesn't need remote-rdp.h
	* callback.c (os_printf_filtered): fix protos.
	* defs.h (puts_filtered, puts_unfiltered
	[v|f|]printf_[un]filtered): Make format arg const.
	* remote-rdp.c (rdp_init): Attept to sync at different
	baudrates.
	* utils.c (puts_filtered, puts_unfiltered
	[v|f|]printf_[un]filtered): Define prototypes with
	const in the right place.
This commit is contained in:
Steve Chamberlain 1995-09-29 09:22:29 +00:00
parent 98fec350e9
commit d950d9869d
2 changed files with 106 additions and 54 deletions

View file

@ -268,7 +268,7 @@ host_callback *p;
/* VARARGS */
void
#ifdef ANSI_PROTOTYPES
os_printf_filtered (host_callback *p, char *format, ...)
os_printf_filtered (host_callback *p, const char *format, ...)
#else
os_printf_filtered (p, va_alist)
host_callback *p;