summaryrefslogtreecommitdiff
path: root/x11/xview-clients/patches/patch-cb
blob: aba080b6a878466ee98ccfdafe90f61f7da1606c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-cb,v 1.3 2009/12/10 20:37:37 abs Exp $

--- olwm/st.c.orig	1993-06-29 05:11:58.000000000 +0000
+++ olwm/st.c
@@ -1,4 +1,3 @@
-#ident	"@(#)st.c	26.8	93/06/28 SMI"
 
 /* This is a general purpose hash table package written by Peter Moore @ UCB. */
 
@@ -6,6 +5,7 @@
 #include "st.h"
 #include "mem.h"
 
+static int rehash(register st_table *table);
 
 #define max(a,b) ((a) > (b) ? (a) : (b))
 #define nil(type) ((type *) 0)