diff options
author | Jouni Ahto <jah@php.net> | 2000-06-18 16:07:06 +0000 |
---|---|---|
committer | Jouni Ahto <jah@php.net> | 2000-06-18 16:07:06 +0000 |
commit | 153ef54498188123851b49d426cfd38db031b7c5 (patch) | |
tree | 64fd1d5b1f5d30d7fbb98a70e4d8859945ce6750 | |
parent | 536221be3917766cdde589d57ca4d9b905d1b27e (diff) | |
download | php-git-153ef54498188123851b49d426cfd38db031b7c5.tar.gz |
- Fix return type in proto.
-rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index f934502cb8..ea33706073 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -1555,7 +1555,7 @@ PHP_FUNCTION(pg_loimport) } /* }}} */ -/* {{{ proto int pg_loexport(int objoid, string filename[, resource connection]) +/* {{{ proto bool pg_loexport(int objoid, string filename[, resource connection]) Emport large object direct to filesystem */ PHP_FUNCTION(pg_loexport) { |