Information hiding.

This commit is contained in:
Eric S. Raymond 2017-07-16 15:17:39 -04:00
parent 7a542633e5
commit 2fca59d9fd
2 changed files with 1 additions and 2 deletions

2
misc.c
View file

@ -135,7 +135,7 @@ void wordclear(token_t *v)
/* I/O routines (speak, pspeak, rspeak, sspeak, get_input, yes) */
void vspeak(const char* msg, bool blank, va_list ap)
static void vspeak(const char* msg, bool blank, va_list ap)
{
// Do nothing if we got a null pointer.
if (msg == NULL)