diff options
| author | Uwe Steinmann <steinm@php.net> | 2000-02-10 10:20:31 +0000 |
|---|---|---|
| committer | Uwe Steinmann <steinm@php.net> | 2000-02-10 10:20:31 +0000 |
| commit | e79c87aca03e5356007c00da3c8de35e92d55f32 (patch) | |
| tree | ed866f0670f3456fc463710ac602e4af2c601bd6 /ext/pdf/php_pdf.h | |
| parent | c59c663619346c2e9194cc8bd57e8b3e6371383d (diff) | |
| download | php-git-e79c87aca03e5356007c00da3c8de35e92d55f32.tar.gz | |
- added pdf_open_tiff()
Diffstat (limited to 'ext/pdf/php_pdf.h')
| -rw-r--r-- | ext/pdf/php_pdf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdf/php_pdf.h b/ext/pdf/php_pdf.h index 53eb804fec..0be649a44a 100644 --- a/ext/pdf/php_pdf.h +++ b/ext/pdf/php_pdf.h @@ -103,6 +103,7 @@ PHP_FUNCTION(pdf_add_outline); PHP_FUNCTION(pdf_set_transition); PHP_FUNCTION(pdf_set_duration); PHP_FUNCTION(pdf_open_jpeg); +PHP_FUNCTION(pdf_open_tiff); #if HAVE_LIBGD13 PHP_FUNCTION(pdf_open_memory_image); #endif |
