summaryrefslogtreecommitdiff
path: root/ext/standard/php_crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_crypt.h')
-rw-r--r--ext/standard/php_crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_crypt.h b/ext/standard/php_crypt.h
index c10af21be4..036ade2abe 100644
--- a/ext/standard/php_crypt.h
+++ b/ext/standard/php_crypt.h
@@ -21,8 +21,8 @@
#ifndef PHP_CRYPT_H
#define PHP_CRYPT_H
-#if HAVE_CRYPT
PHP_FUNCTION(crypt);
+#if HAVE_CRYPT
extern PHP_MINIT_FUNCTION(crypt);
#endif