hholzgra Mon Mar 17 08:08:33 2003 EDT Modified files: /php4/ext/db db.c Log: proto fix Index: php4/ext/db/db.c diff -u php4/ext/db/db.c:1.85 php4/ext/db/db.c:1.86 --- php4/ext/db/db.c:1.85 Thu Mar 6 15:31:14 2003 +++ php4/ext/db/db.c Mon Mar 17 08:08:33 2003 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: db.c,v 1.85 2003/03/06 20:31:14 sesser Exp $ */ +/* $Id: db.c,v 1.86 2003/03/17 13:08:33 hholzgra Exp $ */ #define IS_EXT_MODULE #ifdef HAVE_CONFIG_H @@ -183,7 +183,7 @@ } /* }}} */ -/* {{{ proto array dblist(void) +/* {{{ proto array db_id_list(void) Return an associative array id->filename */ #if HELLY_0 /* New function not needed yet */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php