Scrub up some function prototypes.

-Erik
This commit is contained in:
Eric Andersen
2001-10-18 04:11:39 +00:00
parent 8acbf1d307
commit 74400ccfd0
22 changed files with 95 additions and 114 deletions

View File

@@ -51,7 +51,7 @@ static void tailbuf_append(char *buf, int len)
taillen += len;
}
static void tailbuf_trunc()
static void tailbuf_trunc(void)
{
char *s;
s = memchr(tailbuf, '\n', taillen);