andrey          Sun Jun 15 11:23:53 2003 EDT

  Modified files:              
    /php4/ext/fdf       fdf.c 
  Log:
  proto fixes
  
Index: php4/ext/fdf/fdf.c
diff -u php4/ext/fdf/fdf.c:1.81 php4/ext/fdf/fdf.c:1.82
--- php4/ext/fdf/fdf.c:1.81     Tue Jun 10 16:03:28 2003
+++ php4/ext/fdf/fdf.c  Sun Jun 15 11:23:53 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: fdf.c,v 1.81 2003/06/10 20:03:28 imajes Exp $ */
+/* $Id: fdf.c,v 1.82 2003/06/15 15:23:53 andrey Exp $ */
 
 /* FdfTk lib 2.0 is a Complete C/C++ FDF Toolkit available from
    http://beta1.adobe.com/ada/acrosdk/forms.html. */
@@ -309,7 +309,7 @@
 }
 /* }}} */
 
-/* {{{ proto bool fdf_close(resource fdfdoc)
+/* {{{ proto void fdf_close(resource fdfdoc)
    Closes the FDF document */
 PHP_FUNCTION(fdf_close) 
 {
@@ -777,7 +777,7 @@
 }
 /* }}} */
 
-/* {{{ proto mixed fdf_save(resource fdfdoc [, string filename])
+/* {{{ proto bool fdf_save(resource fdfdoc [, string filename])
    Writes out the FDF file */
 PHP_FUNCTION(fdf_save) 
 {
@@ -834,7 +834,7 @@
 } 
 /* }}} */
 
-/* {{{ proto mixed fdf_save_string(resource fdfdoc)
+/* {{{ proto string fdf_save_string(resource fdfdoc)
    Returns the FDF file as a string */
 PHP_FUNCTION(fdf_save_string) 
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to