summaryrefslogtreecommitdiff
path: root/ext/db/php_db.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-06-14 16:54:18 +0000
committerMarcus Boerger <helly@php.net>2003-06-14 16:54:18 +0000
commit3861a10c076113d84d15e49675bc74703982890d (patch)
tree20216e405b92170c577beec0ec3b367198e6224c /ext/db/php_db.h
parent62030583811ad75f72312169b439303646eea39e (diff)
downloadphp-git-3861a10c076113d84d15e49675bc74703982890d.tar.gz
Update before moving to PECL
Diffstat (limited to 'ext/db/php_db.h')
-rw-r--r--ext/db/php_db.h2
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 */