blob: bb2616b5dce20f286b90068361c34c4034cf5ea5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-cv,v 1.3 2009/12/10 20:35:57 abs Exp $
--- lib/libxview/textsw/ps_impl.c.orig 1993-06-29 05:17:39.000000000 +0000
+++ lib/libxview/textsw/ps_impl.c
@@ -62,6 +62,10 @@ static Es_index ps_read(), ps_scratch_re
static Es_index ps_replace(), ps_scratch_replace();
static int ps_set();
+static int get_current_offset();
+
+static copy_pieces();
+
static Es_index write_header_etc();
static struct es_ops ps_ops = {
@@ -1575,7 +1579,7 @@ ps_undo_to_mark(esh, mark, notify_proc,
private->last_write_plus_one = ES_INFINITY;
}
-static caddr_t
+caddr_t
#ifdef ANSI_FUNC_PROTO
ps_get(Es_handle esh, Es_attribute attribute, ...)
#else
|