summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-10-02 03:16:35 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-10-02 03:16:35 +0000
commitb8fdd3c7aedf4fd76089aef11aa136a2760900c0 (patch)
treeb3b66fb9c1a72f207024cbd0fd4c8c6d39151047 /ext/pgsql/php_pgsql.h
parent2728440fdcaf73f453cac01958e4b07dd5cd987c (diff)
downloadphp-git-b8fdd3c7aedf4fd76089aef11aa136a2760900c0.tar.gz
Added pg_data_seek().
pg_result_seek() woudl be better name, but there is mysql_data_seek()...
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index 11187ece5d..4b00fc3eed 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -83,6 +83,7 @@ PHP_FUNCTION(pg_fetch_object);
PHP_FUNCTION(pg_fetch_result);
PHP_FUNCTION(pg_fetch_row);
PHP_FUNCTION(pg_fetch_all);
+PHP_FUNCTION(pg_data_seek);
PHP_FUNCTION(pg_affected_rows);
PHP_FUNCTION(pg_get_result);
PHP_FUNCTION(pg_result_status);