From b2c3e3d72e538a85246f9f2e39b4fd53c16592dd Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 9 Feb 2001 08:53:51 +0000 Subject: Silence warnings -- add func declaration. -Erik --- libc/stdio/stdio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/stdio/stdio.c') diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c index c2486a7a4..a45df31aa 100644 --- a/libc/stdio/stdio.c +++ b/libc/stdio/stdio.c @@ -36,6 +36,7 @@ struct fixed_buffer { unsigned char used; }; +extern void __init_stdio(void); extern struct fixed_buffer _fixed_buffers[FIXED_BUFFERS]; extern unsigned char *_alloc_stdio_buffer(size_t size); -- cgit v1.2.3