30 lines
995 B
Text
30 lines
995 B
Text
$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;
|