Index: ext/hash/php_hash.h =================================================================== RCS file: /repository/php-src/ext/hash/php_hash.h,v retrieving revision 1.13.2.3 diff -u -p -d -r1.13.2.3 php_hash.h --- ext/hash/php_hash.h 3 Dec 2005 01:17:48 -0000 1.13.2.3 +++ ext/hash/php_hash.h 3 Dec 2005 23:42:45 -0000 @@ -106,6 +106,17 @@ extern zend_module_entry hash_module_ent #include "TSRM.h" #endif +PHP_FUNCTION(hash); +PHP_FUNCTION(hash_file); +PHP_FUNCTION(hash_hmac); +PHP_FUNCTION(hash_hmac_file); +PHP_FUNCTION(hash_init); +PHP_FUNCTION(hash_update); +PHP_FUNCTION(hash_update_stream); +PHP_FUNCTION(hash_update_file); +PHP_FUNCTION(hash_final); +PHP_FUNCTION(hash_algos); + PHP_HASH_API php_hash_ops *php_hash_fetch_ops(const char *algo, int algo_len); PHP_HASH_API void php_hash_register_algo(const char *algo, php_hash_ops *ops);