summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-clients+olwm+st.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/xview/files/patch-clients+olwm+st.c')
-rw-r--r--x11-toolkits/xview/files/patch-clients+olwm+st.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/xview/files/patch-clients+olwm+st.c b/x11-toolkits/xview/files/patch-clients+olwm+st.c
new file mode 100644
index 000000000000..e7afb68900a6
--- /dev/null
+++ b/x11-toolkits/xview/files/patch-clients+olwm+st.c
@@ -0,0 +1,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)();