summaryrefslogtreecommitdiff
path: root/ext/pdf/php_pdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdf/php_pdf.h')
-rw-r--r--ext/pdf/php_pdf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pdf/php_pdf.h b/ext/pdf/php_pdf.h
index d1dfb5a373..2ed27c2109 100644
--- a/ext/pdf/php_pdf.h
+++ b/ext/pdf/php_pdf.h
@@ -32,9 +32,9 @@
extern zend_module_entry pdf_module_entry;
#define pdf_module_ptr &pdf_module_entry
-extern PHP_MINFO_FUNCTION(pdf);
-extern PHP_MINIT_FUNCTION(pdf);
-extern PHP_MSHUTDOWN_FUNCTION(pdf);
+PHP_MINFO_FUNCTION(pdf);
+PHP_MINIT_FUNCTION(pdf);
+PHP_MSHUTDOWN_FUNCTION(pdf);
PHP_FUNCTION(pdf_new); /* new function */
PHP_FUNCTION(pdf_delete); /* new function */
PHP_FUNCTION(pdf_open_file);