summaryrefslogtreecommitdiff
path: root/ext/filepro/php_filepro.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filepro/php_filepro.h')
-rw-r--r--ext/filepro/php_filepro.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/filepro/php_filepro.h b/ext/filepro/php_filepro.h
index 8c5b8f4973..f060fc277b 100644
--- a/ext/filepro/php_filepro.h
+++ b/ext/filepro/php_filepro.h
@@ -40,8 +40,8 @@ PHP_FUNCTION(filepro_fieldwidth);
PHP_FUNCTION(filepro_fieldcount);
PHP_FUNCTION(filepro_retrieve);
-extern PHP_MINIT_FUNCTION(filepro);
-extern PHP_MSHUTDOWN_FUNCTION(filepro);
+PHP_MINIT_FUNCTION(filepro);
+PHP_MSHUTDOWN_FUNCTION(filepro);
#else
#define phpext_filepro_ptr NULL
#endif