blob: d75309728c671ce96c2fe5ca4edc93d35bf920e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-fc,v 1.2 2009/12/10 20:35:58 abs Exp $
--- lib/libxview/io_stream/input.c.orig 1993-06-29 05:15:05.000000000 +0000
+++ lib/libxview/io_stream/input.c
@@ -22,7 +22,7 @@ static char sccsid[] = "@(#)input.c
XV_MSG("input stream not of type input"), 0); \
ops = in->ops.input_ops
-char *stream_getstring();
+static char *stream_getstring();
/* GENERIC INPUT FUNCTIONS */
|