summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-clients+olwm+st.c
blob: e7afb68900a69f1822f73ebb2d8076d470ce7908 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- clients/olwm/st.c.orig	Sat Mar 25 22:22:56 2006
+++ clients/olwm/st.c	Sat Mar 25 22:23:59 2006
@@ -34,6 +34,8 @@
 	(table->hash == ST_NUMHASH) ? ((int) (key) % table->num_bins) :\
 	(*table->hash)((key), table->num_bins))
 
+static rehash(st_table *table);
+
 st_table *st_init_table_with_params(compare, hash, size, density, grow_factor,
 				    reorder_flag)
 int (*compare)();