From 4494f0892b88d2a1131a33da4c1d60c8ca98ac83 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 10 Jan 2005 07:13:56 +0000 Subject: - Implement iterator interface in sqlite --- ext/sqlite/php_sqlite.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/sqlite/php_sqlite.h') 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); -- cgit v1.2.1