summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-17 12:14:46 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-17 12:14:46 +0000
commita16b64b7aaae6ab9aeadd05f21a932b0bbdddc45 (patch)
tree0095052d62af6c79c1f80000fe3e0dc56f906267 /ext/pgsql
parenteb42e4a847ca788c58f0d5e674c2698ad5257945 (diff)
downloadphp-git-a16b64b7aaae6ab9aeadd05f21a932b0bbdddc45.tar.gz
yet another proto fix
Diffstat (limited to 'ext/pgsql')
-rw-r--r--ext/pgsql/pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index 7fadc320fc..feb62ac5e9 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -1923,7 +1923,7 @@ PHP_FUNCTION(pg_lo_export)
}
/* }}} */
-/* {{{ proto bool pg_lo_lseek(resource large_object, int offset [, int whence])
+/* {{{ proto bool pg_lo_seek(resource large_object, int offset [, int whence])
Seeks position of large object */
PHP_FUNCTION(pg_lo_seek)
{