summaryrefslogtreecommitdiff
path: root/ext/db/db.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2003-03-17 13:08:59 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2003-03-17 13:08:59 +0000
commitfa692f6744ce137a8a996124acb797b67885443e (patch)
treef754f7a06f5ab4cc3a6df42b7cc0ae21fd49d0ad /ext/db/db.c
parent212abb49969119008697a6903010edb75759bcd4 (diff)
downloadphp-git-fa692f6744ce137a8a996124acb797b67885443e.tar.gz
proto fix
Diffstat (limited to 'ext/db/db.c')
-rw-r--r--ext/db/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/db/db.c b/ext/db/db.c
index b45c7e4df5..97a4a8cc96 100644
--- a/ext/db/db.c
+++ b/ext/db/db.c
@@ -183,7 +183,7 @@ dbm_info *php_find_dbm(pval *id TSRMLS_DC)
}
/* }}} */
-/* {{{ proto array dblist(void)
+/* {{{ proto array db_id_list(void)
Return an associative array id->filename */
#if HELLY_0
/* New function not needed yet */