--- embedaddon/php/ext/hash/php_hash.h 2012/02/21 23:47:56 1.1.1.1 +++ embedaddon/php/ext/hash/php_hash.h 2012/05/29 12:34:39 1.1.1.2 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_hash.h,v 1.1.1.1 2012/02/21 23:47:56 misho Exp $ */ +/* $Id: php_hash.h,v 1.1.1.2 2012/05/29 12:34:39 misho Exp $ */ #ifndef PHP_HASH_H #define PHP_HASH_H @@ -78,8 +78,9 @@ extern const php_hash_ops php_hash_gost_ops; extern const php_hash_ops php_hash_adler32_ops; extern const php_hash_ops php_hash_crc32_ops; extern const php_hash_ops php_hash_crc32b_ops; -extern const php_hash_ops php_hash_salsa10_ops; -extern const php_hash_ops php_hash_salsa20_ops; +extern const php_hash_ops php_hash_fnv132_ops; +extern const php_hash_ops php_hash_fnv164_ops; +extern const php_hash_ops php_hash_joaat_ops; #define PHP_HASH_HAVAL_OPS(p,b) extern const php_hash_ops php_hash_##p##haval##b##_ops;