Tweak comment.

This commit is contained in:
David Edelsohn 1997-04-17 13:46:50 +00:00
parent c95d08a8d6
commit 09e348731e
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ struct host_callback_struct
/* depreciated, use vprintf_filtered - Talk to the user on a console. */
void (*printf_filtered) PARAMS ((host_callback *, const char *, ...));
/* Talk to the user on a console.
The `void *' is actually `va_list *'. */
/* Talk to the user on a console. */
void (*vprintf_filtered) PARAMS ((host_callback *, const char *, va_list));
/* Same as vprintf_filtered but to stderr. */