From a4dc650d11bb6174c44784c036339f6bf8addd6b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 10 Jan 2000 11:01:56 +0000 Subject: - added cpdf_global_set_document_limits() --- ext/cpdf/php_cpdf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/cpdf/php_cpdf.h') diff --git a/ext/cpdf/php_cpdf.h b/ext/cpdf/php_cpdf.h index 90f4087034..8c3dde4755 100644 --- a/ext/cpdf/php_cpdf.h +++ b/ext/cpdf/php_cpdf.h @@ -42,6 +42,7 @@ extern PHP_MINFO_FUNCTION(cpdf); extern PHP_MINIT_FUNCTION(cpdf); extern PHP_RINIT_FUNCTION(cpdf); extern PHP_MSHUTDOWN_FUNCTION(cpdf); +PHP_FUNCTION(cpdf_global_set_documents_settings); PHP_FUNCTION(cpdf_set_creator); PHP_FUNCTION(cpdf_set_title); PHP_FUNCTION(cpdf_set_subject); -- cgit v1.2.1