blob: df7689fd5df4961ff016441ca91327ac6f463454 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
--- st.c.orig Sat Jan 8 00:34:44 2000
+++ st.c Sat Jan 8 00:35:22 2000
@@ -44,6 +44,8 @@
(table->hash == ST_NUMHASH) ? ((int) (key) % table->num_bins) :\
(*table->hash)((key), table->num_bins))*/
+static rehash();
+
st_table *st_init_table_with_params(compare, hash, size, density, grow_factor,
reorder_flag)
int (*compare)();
|