From a16b64b7aaae6ab9aeadd05f21a932b0bbdddc45 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 17 Dec 2001 12:14:46 +0000 Subject: [PATCH] yet another proto fix --- ext/pgsql/pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0