$NetBSD: patch-cm,v 1.1 2001/12/20 09:20:03 tron Exp $ --- lib/libxview/ttysw/ttyansi.c.orig Tue Jun 29 07:17:21 1993 +++ lib/libxview/ttysw/ttyansi.c Thu Dec 20 10:09:17 2001 @@ -31,6 +31,10 @@ #include +static int send_input_to_textsw(); +static int ansi_lf(); +static int ansi_char(); + char *strncpy(); char *textsw_checkpoint_undo(); Textsw_index textsw_replace_i18n(), textsw_erase_i18n();