From: Egon Schmid Date: Sun, 27 May 2001 01:21:30 +0000 (+0000) Subject: Fix some protos. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ceeb1ff40381c7f0793be55c3a5c7df76c986c1;p=php Fix some protos. --- 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) {