From 1c25b8dd532961ecb09932b182457ca0adcf8b57 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 30 Jul 2001 01:56:43 +0000 Subject: Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way --- ext/cpdf/php_cpdf.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/cpdf/php_cpdf.h') 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); -- cgit v1.2.1