andrey Fri Aug 15 08:08:15 2003 EDT
Modified files:
/php-src/ext/cpdf cpdf.c
Log:
2 proto fixes (Mehdi Achour)
Index: php-src/ext/cpdf/cpdf.c
diff -u php-src/ext/cpdf/cpdf.c:1.53 php-src/ext/cpdf/cpdf.c:1.54
--- php-src/ext/cpdf/cpdf.c:1.53 Thu Jun 12 10:04:31 2003
+++ php-src/ext/cpdf/cpdf.c Fri Aug 15 08:08:15 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: cpdf.c,v 1.53 2003/06/12 14:04:31 andrey Exp $ */
+/* $Id: cpdf.c,v 1.54 2003/08/15 12:08:15 andrey Exp $ */
/* cpdflib.h -- C language API definitions for ClibPDF library
* Copyright (C) 1998 FastIO Systems, All Rights Reserved.
*/
@@ -440,7 +440,7 @@
}
/* }}} */
-/* {{{ proto void cpdf_close(int pdfdoc)
+/* {{{ proto bool cpdf_close(int pdfdoc)
Closes the pdf document */
PHP_FUNCTION(cpdf_close)
{
@@ -2147,7 +2147,7 @@
}
/* }}} */
-/* {{{ 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)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php