Browse Source

Fix some protos.

experimental/pre_new_hash_func
Egon Schmid 25 years ago
parent
commit
3ceeb1ff40
  1. 4
      ext/pgsql/pgsql.c

4
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)
{

Loading…
Cancel
Save