mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
d3e597f062
platforms different than i386. Add a WWW link. PR: ports/94990 Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
12 lines
385 B
C
12 lines
385 B
C
--- 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)();
|