comparison src/elhash.c @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents c33ae14dd6d0
children 5aa1854ad537
comparison
equal deleted inserted replaced
461:120ed4009e51 462:0784d089fdc9
438 size_t size, 438 size_t size,
439 double rehash_size, 439 double rehash_size,
440 double rehash_threshold, 440 double rehash_threshold,
441 enum hash_table_weakness weakness) 441 enum hash_table_weakness weakness)
442 { 442 {
443 hash_table_hash_function_t hash_function = 0; 443 hash_table_hash_function_t hash_function = 0;
444 hash_table_test_function_t test_function = 0; 444 hash_table_test_function_t test_function = 0;
445 445
446 switch (test) 446 switch (test)
447 { 447 {
448 case HASH_TABLE_EQ: 448 case HASH_TABLE_EQ: