diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-18 04:11:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-18 04:11:39 +0000 |
commit | 74400ccfd08e8ff72b9147951dd437dd3bb7abb1 (patch) | |
tree | d1e5c30982d3ef735c33b3b52722aaaadd8daaaa /tail.c | |
parent | 8acbf1d3079e9ed6d15c39bd57135b13ecb4076f (diff) | |
download | busybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.tar.gz busybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.tar.bz2 busybox-w32-74400ccfd08e8ff72b9147951dd437dd3bb7abb1.zip |
Scrub up some function prototypes.
-Erik
Diffstat (limited to 'tail.c')
-rw-r--r-- | tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ static void tailbuf_append(char *buf, int len) | |||
51 | taillen += len; | 51 | taillen += len; |
52 | } | 52 | } |
53 | 53 | ||
54 | static void tailbuf_trunc() | 54 | static void tailbuf_trunc(void) |
55 | { | 55 | { |
56 | char *s; | 56 | char *s; |
57 | s = memchr(tailbuf, '\n', taillen); | 57 | s = memchr(tailbuf, '\n', taillen); |