@ -59,7 +59,7 @@ ZEND_GET_MODULE(mhash)
/* SALTED S2K uses a fixed salt */
#define SALT_SIZE 8
static PHP_MINIT_FUNCTION(mhash)
PHP_MINIT_FUNCTION(mhash)
{
int i, n, l;
char *name;
@ -12,7 +12,7 @@
extern zend_module_entry mhash_module_entry;
#define mhash_module_ptr &mhash_module_entry
static PHP_MINIT_FUNCTION(mhash);
PHP_MINIT_FUNCTION(mhash);
PHP_MINFO_FUNCTION(mhash);
PHP_FUNCTION(mhash_get_block_size);
PHP_FUNCTION(mhash_get_hash_name);