$NetBSD: patch-ad,v 1.8 2001/12/20 09:19:54 tron Exp $

--- lib/libxview/attr/attr_copy.c.orig	Tue Jun 29 07:14:35 1993
+++ lib/libxview/attr/attr_copy.c	Thu Dec 20 10:09:16 2001
@@ -12,6 +12,11 @@
 
 #include <xview/attr.h>
 
+static int copy_1_attr();
+static int copy_counted_list();
+static int copy_singleton();
+static int copy_null_list();
+
 /*
  * attr_copy:	copy an attribute list, returning the size in bytes
  */
