summaryrefslogtreecommitdiff
path: root/ext/sqlite/php_sqlite.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-07-13 09:38:33 +0000
committerWez Furlong <wez@php.net>2003-07-13 09:38:33 +0000
commit78e236da261c5894f2fcf5c4fe227681081aac72 (patch)
treefb0d2bce7f7f75698b5fc454ea8053e33d1be2e6 /ext/sqlite/php_sqlite.h
parent80ee75f11ebef0a9c067bc6132c59ed32ad04129 (diff)
downloadphp-git-78e236da261c5894f2fcf5c4fe227681081aac72.tar.gz
Add sqlite_has_prev, and sqlite_prev.
Patch by Jan Lehnardt <jan@php.net>
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r--ext/sqlite/php_sqlite.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h
index 3c13f87898..69bbeb0efc 100644
--- a/ext/sqlite/php_sqlite.h
+++ b/ext/sqlite/php_sqlite.h
@@ -62,7 +62,10 @@ PHP_FUNCTION(sqlite_field_name);
PHP_FUNCTION(sqlite_seek);
PHP_FUNCTION(sqlite_rewind);
PHP_FUNCTION(sqlite_next);
+PHP_FUNCTION(sqlite_prev);
+
PHP_FUNCTION(sqlite_has_more);
+PHP_FUNCTION(sqlite_has_prev);
PHP_FUNCTION(sqlite_libversion);
PHP_FUNCTION(sqlite_libencoding);