summaryrefslogtreecommitdiff
path: root/ext/standard/php3_crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php3_crypt.h')
-rw-r--r--ext/standard/php3_crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php3_crypt.h b/ext/standard/php3_crypt.h
index 4885599ae0..1ae1d5f84b 100644
--- a/ext/standard/php3_crypt.h
+++ b/ext/standard/php3_crypt.h
@@ -5,7 +5,7 @@
extern php3_module_entry crypt_module_entry;
#define crypt_module_ptr &crypt_module_entry
PHP_FUNCTION(crypt);
-extern int php_minit_crypt(INIT_FUNC_ARGS);
+extern PHP_MINIT_FUNCTION(crypt);
#else
#define crypt_module_ptr NULL
#endif