diff options
Diffstat (limited to 'ext/db/php_db.h')
-rw-r--r-- | ext/db/php_db.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/db/php_db.h b/ext/db/php_db.h index f2ee63b596..9f020acf5e 100644 --- a/ext/db/php_db.h +++ b/ext/db/php_db.h @@ -14,6 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf <rasmus@php.net> | | Jim Winstead <jimw@php.net> | + | Marcus Boerger <helly@php.net> | +----------------------------------------------------------------------+ */ @@ -76,5 +77,6 @@ PHP_FUNCTION(dbmexists); PHP_FUNCTION(dbmdelete); PHP_FUNCTION(dbmfirstkey); PHP_FUNCTION(dbmnextkey); +PHP_FUNCTION(db_id_list); #endif /* PHP_DB_H */ |