summaryrefslogtreecommitdiff
path: root/ext/sqlite/php_sqlite.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-01-10 07:13:56 +0000
committerMarcus Boerger <helly@php.net>2005-01-10 07:13:56 +0000
commit4494f0892b88d2a1131a33da4c1d60c8ca98ac83 (patch)
tree370d29cc3bbceb7655dbecf7837d507866fae147 /ext/sqlite/php_sqlite.h
parent41f1e96817f50eb91c219c826550dbb6bbeb349c (diff)
downloadphp-git-4494f0892b88d2a1131a33da4c1d60c8ca98ac83.tar.gz
- Implement iterator interface in sqlite
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r--ext/sqlite/php_sqlite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h
index 04d2a101df..60b2ecd1cf 100644
--- a/ext/sqlite/php_sqlite.h
+++ b/ext/sqlite/php_sqlite.h
@@ -65,6 +65,7 @@ PHP_FUNCTION(sqlite_seek);
PHP_FUNCTION(sqlite_rewind);
PHP_FUNCTION(sqlite_next);
PHP_FUNCTION(sqlite_prev);
+PHP_FUNCTION(sqlite_key);
PHP_FUNCTION(sqlite_valid);
PHP_FUNCTION(sqlite_has_prev);