diff options
Diffstat (limited to 'ext/mhash/mhash.c')
-rw-r--r-- | ext/mhash/mhash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mhash/mhash.c b/ext/mhash/mhash.c index e0ad582acd..cbd619b63d 100644 --- a/ext/mhash/mhash.c +++ b/ext/mhash/mhash.c @@ -33,7 +33,7 @@ #include "php_globals.h" #include "ext/standard/info.h" -function_entry mhash_functions[] = { +zend_function_entry mhash_functions[] = { PHP_FE(mhash_get_block_size, NULL) PHP_FE(mhash_get_hash_name, NULL) PHP_FE(mhash_keygen_s2k, NULL) |