From 3ceeb1ff40381c7f0793be55c3a5c7df76c986c1 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 27 May 2001 01:21:30 +0000 Subject: [PATCH] Fix some protos. --- ext/pgsql/pgsql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 975dbfa170..ffc9803529 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -1613,7 +1613,7 @@ PHP_FUNCTION(pg_loclose) } /* }}} */ -/* {{{ proto string pg_loread(int fd[, int len]) +/* {{{ proto string pg_loread(int fd [, int len]) Read a large object */ PHP_FUNCTION(pg_loread) { @@ -1645,7 +1645,7 @@ PHP_FUNCTION(pg_loread) } /* }}} */ -/* {{{ proto int pg_lowrite(int fd, string buf[, int len]) +/* {{{ proto int pg_lowrite(int fd, string buf [, int len]) Write a large object */ PHP_FUNCTION(pg_lowrite) { -- 2.40.0