summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-fi
blob: 47bbcbbcec5b2f4583435e80235aa16e3c71d391 (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
25
26
27
28
29
30
$NetBSD: patch-fi,v 1.3 2012/11/16 00:29:40 joerg Exp $

--- lib/libxview/textsw/ev_display.c.orig	1994-06-26 21:11:43.000000000 +0000
+++ lib/libxview/textsw/ev_display.c
@@ -37,7 +37,7 @@ static char     sccsid[] = "@(#)ev_displ
 #include <xview_private/txt_impl.h>
 
 Pkg_private void     ev_notify();
-Pkg_private int      ev_remove_op_bdry();
+Pkg_private void      ev_remove_op_bdry();
 Pkg_private unsigned ev_op_bdry_info(), ev_op_bdry_info_merge();
 Pkg_private Es_index ev_line_start();
 Pkg_private Op_bdry_handle ev_add_op_bdry();
@@ -922,6 +922,8 @@ ev_swap_line_table(table1, table2)
 }
 
 
+void     ev_swap_line_table();
+
 Pkg_private	Es_index
 ev_scroll_lines(view, line_count, scroll_by_display_lines)
     register Ev_handle view;
@@ -940,7 +942,6 @@ ev_scroll_lines(view, line_count, scroll
 	register int    i;
 	Es_index        pos, pos_to_remember;
 	Pkg_private void ev_lt_format();
-	static void     ev_swap_line_table();
 
 	esbuf.esh = chain->esh;
 	esbuf.buf = buf;