From 74400ccfd08e8ff72b9147951dd437dd3bb7abb1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 18 Oct 2001 04:11:39 +0000 Subject: Scrub up some function prototypes. -Erik --- tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tail.c') diff --git a/tail.c b/tail.c index 90cc2a6ef..5e5fbc14f 100644 --- a/tail.c +++ b/tail.c @@ -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); -- cgit v1.2.3