]> granicus.if.org Git - php/commitdiff
- fixed prototype of pdf_get_buffer()
authorUwe Steinmann <steinm@php.net>
Tue, 4 Feb 2003 10:23:12 +0000 (10:23 +0000)
committerUwe Steinmann <steinm@php.net>
Tue, 4 Feb 2003 10:23:12 +0000 (10:23 +0000)
ext/pdf/pdf.c

index 7d36a86dcfe248013766e5c7c22adc75391cac74..55997272c5626be1dc3d87a426ef50eb5949f60d 100644 (file)
@@ -2342,7 +2342,7 @@ PHP_FUNCTION(pdf_open_file)
 
 /* }}} */
 
-/* {{{ proto int pdf_get_buffer(int pdfdoc)
+/* {{{ proto string pdf_get_buffer(int pdfdoc)
    Fetches the full buffer containig the generated PDF data */
 PHP_FUNCTION(pdf_get_buffer)
 {