From ca4005f6234924663385ea5ee7cc63c2dfe84c36 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 9 Sep 1999 06:41:15 +0000 Subject: [PATCH] forgot to change prototype --- ext/pdf/pdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.0