]> granicus.if.org Git - php/commitdiff
2 proto fixes (Mehdi Achour)
authorAndrey Hristov <andrey@php.net>
Fri, 15 Aug 2003 12:08:15 +0000 (12:08 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 15 Aug 2003 12:08:15 +0000 (12:08 +0000)
ext/cpdf/cpdf.c

index fdacd29cabd1868eb8055cf3040dacf5d0de0db2..eafea9c1524bd019a63a7be5edb395905bae0a02 100644 (file)
@@ -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)
 {