diff options
author | Egon Schmid <eschmid@php.net> | 2001-01-26 18:52:38 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2001-01-26 18:52:38 +0000 |
commit | a06f392ae4f0937a7635ea8680bacc84014ff6e2 (patch) | |
tree | 260e200a0f801f42172ace50099398a0be50baf0 /ext/pdf/php_pdf.h | |
parent | dc1bcb790eec96917c359e3865f2e06371629b24 (diff) | |
download | php-git-a06f392ae4f0937a7635ea8680bacc84014ff6e2.tar.gz |
Fixed some protos.
Diffstat (limited to 'ext/pdf/php_pdf.h')
-rw-r--r-- | ext/pdf/php_pdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/php_pdf.h b/ext/pdf/php_pdf.h index 35f59cb2a5..606770317b 100644 --- a/ext/pdf/php_pdf.h +++ b/ext/pdf/php_pdf.h @@ -89,7 +89,7 @@ PHP_FUNCTION(pdf_setrgbcolor_fill); PHP_FUNCTION(pdf_setrgbcolor_stroke); PHP_FUNCTION(pdf_setrgbcolor); PHP_FUNCTION(pdf_open_image_file); /* new parameters: [char *stringpram, int intparam] */ -PHP_FUNCTION(pdf_open_CCITT); /* new function */ +PHP_FUNCTION(pdf_open_ccitt); /* new function */ PHP_FUNCTION(pdf_open_image); /* new function: checkit not yet completeted :( */ PHP_FUNCTION(pdf_close_image); PHP_FUNCTION(pdf_place_image); |