From e8a3e059f05520ed478cbe282e1be3b6bdc42d55 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Fri, 15 Aug 2003 12:08:15 +0000 Subject: [PATCH] 2 proto fixes (Mehdi Achour) --- ext/cpdf/cpdf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c index fdacd29cab..eafea9c152 100644 --- a/ext/cpdf/cpdf.c +++ b/ext/cpdf/cpdf.c @@ -440,7 +440,7 @@ PHP_FUNCTION(cpdf_open) } /* }}} */ -/* {{{ proto void cpdf_close(int pdfdoc) +/* {{{ proto bool cpdf_close(int pdfdoc) Closes the pdf document */ PHP_FUNCTION(cpdf_close) { @@ -2147,7 +2147,7 @@ PHP_FUNCTION(cpdf_add_annotation) } /* }}} */ -/* {{{ proto void cpdf_set_action_url(int pdfdoc, float xll, float yll, float xur, float xur, string url [, int mode]) +/* {{{ proto bool cpdf_set_action_url(int pdfdoc, float xll, float yll, float xur, float xur, string url [, int mode]) Sets hyperlink */ PHP_FUNCTION(cpdf_set_action_url) { -- 2.40.0