]> granicus.if.org Git - php/commitdiff
MFH: fixed compile warning
authorfoobar <sniper@php.net>
Mon, 24 Feb 2003 03:27:16 +0000 (03:27 +0000)
committerfoobar <sniper@php.net>
Mon, 24 Feb 2003 03:27:16 +0000 (03:27 +0000)
ext/mhash/mhash.c
ext/mhash/php_mhash.h

index 80b41a9224941d71821c8e010d9d9cf859006aa8..a164a5c46dc388d5816b0a227f7841f6a7b7baae 100644 (file)
@@ -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;
index 00df6521644404dbb2e3bc3f7c0d29324392c459..c92a47cee72f53848ba6686e683b2feb6141fd58 100644 (file)
@@ -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);