diff options
author | Uwe Steinmann <steinm@php.net> | 2000-01-10 12:42:05 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-01-10 12:42:05 +0000 |
commit | 78e84f9da3f68d0a7ce153e72a9a593399081c2c (patch) | |
tree | 7fb39f66f08e8d9292943f2128f5a5411f2983a1 /ext/cpdf/php_cpdf.h | |
parent | a4dc650d11bb6174c44784c036339f6bf8addd6b (diff) | |
download | php-git-78e84f9da3f68d0a7ce153e72a9a593399081c2c.tar.gz |
- changed cpdf_global_set_document_settings() to cpdf_global_set_document_limits()
Diffstat (limited to 'ext/cpdf/php_cpdf.h')
-rw-r--r-- | ext/cpdf/php_cpdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cpdf/php_cpdf.h b/ext/cpdf/php_cpdf.h index 8c3dde4755..517c018944 100644 --- a/ext/cpdf/php_cpdf.h +++ b/ext/cpdf/php_cpdf.h @@ -42,7 +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_global_set_document_limits); PHP_FUNCTION(cpdf_set_creator); PHP_FUNCTION(cpdf_set_title); PHP_FUNCTION(cpdf_set_subject); |