diff options
author | Egon Schmid <eschmid@php.net> | 2001-05-27 01:21:30 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2001-05-27 01:21:30 +0000 |
commit | 3ceeb1ff40381c7f0793be55c3a5c7df76c986c1 (patch) | |
tree | 3d639c531e7e707106e54b755a546d8b71f99745 /ext/pgsql/pgsql.c | |
parent | b2bd3b315f3298be2fca6884fefafaae1c44975a (diff) | |
download | php-git-3ceeb1ff40381c7f0793be55c3a5c7df76c986c1.tar.gz |
Fix some protos.
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r-- | ext/pgsql/pgsql.c | 4 |
1 files 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) { |