diff options
author | Uwe Steinmann <steinm@php.net> | 2000-01-10 11:01:56 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-01-10 11:01:56 +0000 |
commit | a4dc650d11bb6174c44784c036339f6bf8addd6b (patch) | |
tree | 3510560c62ef3b26f3c258ddcf03be8b618d173e /ext/cpdf/php_cpdf.h | |
parent | d3cad4f289bf7612dc4e431149051420fc05555c (diff) | |
download | php-git-a4dc650d11bb6174c44784c036339f6bf8addd6b.tar.gz |
- added cpdf_global_set_document_limits()
Diffstat (limited to 'ext/cpdf/php_cpdf.h')
-rw-r--r-- | ext/cpdf/php_cpdf.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |