freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+textsw+txt_putkey.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

11 lines
386 B
C

--- ./lib/libxview/textsw/txt_putkey.c.orig Tue Jun 29 07:17:41 1993
+++ ./lib/libxview/textsw/txt_putkey.c Sat Apr 1 18:25:29 2000
@@ -21,6 +21,8 @@ static char sccsid[] = "@(#)txt_putk
extern int errno;
+static int textsw_do_put();
+
Pkg_private Ev_finger_handle ev_add_finger();
Pkg_private int ev_get_selection();
Pkg_private Es_handle textsw_esh_for_span();