summaryrefslogtreecommitdiff
path: root/ext/cpdf/php_cpdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cpdf/php_cpdf.h')
-rw-r--r--ext/cpdf/php_cpdf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/cpdf/php_cpdf.h b/ext/cpdf/php_cpdf.h
index d9457b9675..6bc6288248 100644
--- a/ext/cpdf/php_cpdf.h
+++ b/ext/cpdf/php_cpdf.h
@@ -34,10 +34,10 @@
extern zend_module_entry cpdf_module_entry;
#define cpdf_module_ptr &cpdf_module_entry
-extern PHP_MINFO_FUNCTION(cpdf);
-extern PHP_MINIT_FUNCTION(cpdf);
-extern PHP_RINIT_FUNCTION(cpdf);
-extern PHP_MSHUTDOWN_FUNCTION(cpdf);
+PHP_MINFO_FUNCTION(cpdf);
+PHP_MINIT_FUNCTION(cpdf);
+PHP_RINIT_FUNCTION(cpdf);
+PHP_MSHUTDOWN_FUNCTION(cpdf);
PHP_FUNCTION(cpdf_global_set_document_limits);
PHP_FUNCTION(cpdf_set_creator);
PHP_FUNCTION(cpdf_set_title);