andrey          Sun Jun 15 11:29:46 2003 EDT

  Modified files:              
    /php4/ext/dbx       dbx.c 
  Log:
  proto fixes
  
Index: php4/ext/dbx/dbx.c
diff -u php4/ext/dbx/dbx.c:1.49 php4/ext/dbx/dbx.c:1.50
--- php4/ext/dbx/dbx.c:1.49     Tue Jun 10 16:03:27 2003
+++ php4/ext/dbx/dbx.c  Sun Jun 15 11:29:46 2003
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: dbx.c,v 1.49 2003/06/10 20:03:27 imajes Exp $ */
+/* $Id: dbx.c,v 1.50 2003/06/15 15:29:46 andrey Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -310,7 +310,7 @@
 }
 /* }}} */
 
-/* {{{ proto bool dbx_close(dbx_link_object dbx_link)
+/* {{{ proto int dbx_close(dbx_link_object dbx_link)
    Returns success or failure 
 */
 ZEND_FUNCTION(dbx_close)
@@ -515,7 +515,7 @@
 }
 /* }}} */
 
-/* {{{ proto void dbx_error(dbx_link_object dbx_link)
+/* {{{ proto string dbx_error(dbx_link_object dbx_link)
    Returns success or failure 
 */
 ZEND_FUNCTION(dbx_error)



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

Reply via email to