diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2003-03-17 13:08:59 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2003-03-17 13:08:59 +0000 |
| commit | fa692f6744ce137a8a996124acb797b67885443e (patch) | |
| tree | f754f7a06f5ab4cc3a6df42b7cc0ae21fd49d0ad /ext/db/db.c | |
| parent | 212abb49969119008697a6903010edb75759bcd4 (diff) | |
| download | php-git-fa692f6744ce137a8a996124acb797b67885443e.tar.gz | |
proto fix
Diffstat (limited to 'ext/db/db.c')
| -rw-r--r-- | ext/db/db.c | 2 |
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 */ |
