diff options
author | Sascha Schumann <sas@php.net> | 1999-05-21 20:09:23 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-21 20:09:23 +0000 |
commit | 00cb03bd49f6d5b4428d090bf76b33c144e32902 (patch) | |
tree | fbcd14512dc9ae8e93086f0055d98e636f236369 /ext/mhash/php_mhash.h | |
parent | e3a70c1f04e8fc8df5fb7ba64509bc08ae25f12c (diff) | |
download | php-git-00cb03bd49f6d5b4428d090bf76b33c144e32902.tar.gz |
add support for mhash 0.5.0
see http://sasweb.de/mhash/
Diffstat (limited to 'ext/mhash/php_mhash.h')
-rw-r--r-- | ext/mhash/php_mhash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mhash/php_mhash.h b/ext/mhash/php_mhash.h index f2ce9d4cbc..e5341151d5 100644 --- a/ext/mhash/php_mhash.h +++ b/ext/mhash/php_mhash.h @@ -13,6 +13,8 @@ extern zend_module_entry mhash_module_entry; #define mhash_module_ptr &mhash_module_entry PHP_FUNCTION(mhash_get_block_size); +PHP_FUNCTION(mhash_get_hash_name); +PHP_FUNCTION(mhash_count); PHP_FUNCTION(mhash); #else |