summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-ad
blob: 5c3321cd743036c62067c3415621c504bbd128de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ad,v 1.9 2009/12/10 20:35:56 abs Exp $

--- lib/libxview/attr/attr_copy.c.orig	1993-06-29 05:14:35.000000000 +0000
+++ lib/libxview/attr/attr_copy.c
@@ -12,6 +12,11 @@ static char     sccsid[] = "@(#)attr_cop
 
 #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
  */