From: Hartmut Holzgraefe Date: Mon, 17 Dec 2001 12:14:46 +0000 (+0000) Subject: yet another proto fix X-Git-Tag: PRE_ISSET_PATCH~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a16b64b7aaae6ab9aeadd05f21a932b0bbdddc45;p=php yet another proto fix --- 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) {