--- embedaddon/php/ext/hash/php_hash.h 2012/02/21 23:47:56 1.1.1.1 +++ embedaddon/php/ext/hash/php_hash.h 2013/07/22 01:31:52 1.1.1.3 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2012 The PHP Group | + | Copyright (c) 1997-2013 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -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.3 2013/07/22 01:31:52 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;