From: Uwe Steinmann Date: Thu, 9 Sep 1999 06:41:15 +0000 (+0000) Subject: forgot to change prototype X-Git-Tag: PRE_DELAYED_ARRAY_FETCH_PATCH~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca4005f6234924663385ea5ee7cc63c2dfe84c36;p=php forgot to change prototype --- diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index beac4d2257..02d5a25b4e 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -512,7 +512,7 @@ PHP_FUNCTION(pdf_show_xy) { } /* }}} */ -/* {{{ proto void pdf_set_font(int pdfdoc, string font, double size, int encoding) +/* {{{ proto void pdf_set_font(int pdfdoc, string font, double size, int encoding, [int embed]) Select the current font face, size and encoding */ PHP_FUNCTION(pdf_set_font) { pval *arg1, *arg2, *arg3, *arg4, *arg5;