summaryrefslogtreecommitdiff
path: root/ext/mcal/php_mcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcal/php_mcal.h')
-rw-r--r--ext/mcal/php_mcal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mcal/php_mcal.h b/ext/mcal/php_mcal.h
index 902c25dcc2..fb4d24af48 100644
--- a/ext/mcal/php_mcal.h
+++ b/ext/mcal/php_mcal.h
@@ -16,11 +16,11 @@ extern zend_module_entry php_mcal_module_entry;
#define phpext_mcal_ptr php_mcal_module_ptr
#ifdef ZEND_VERSION
-extern PHP_MINIT_FUNCTION(mcal);
+PHP_MINIT_FUNCTION(mcal);
PHP_MINFO_FUNCTION(mcal);
#else
-extern int PHP_MINIT_FUNCTION(INIT_FUNC_ARGS);
-extern void PHP_MINFO_FUNCTION(void);
+int PHP_MINIT_FUNCTION(INIT_FUNC_ARGS);
+void PHP_MINFO_FUNCTION(void);
#endif