summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
diff options
context:
space:
mode:
authorJouni Ahto <jah@php.net>2000-06-18 17:36:31 +0000
committerJouni Ahto <jah@php.net>2000-06-18 17:36:31 +0000
commit98087ab562ce8f72466a342720d9cb621626a1fe (patch)
treeb8c00f1f1f49f8ae86a004837f5571318fc22f78 /ext/pgsql/pgsql.c
parent15925864b2a457183a73ffef96c33dd2fdb1c065 (diff)
downloadphp-git-98087ab562ce8f72466a342720d9cb621626a1fe.tar.gz
- Fix return type in proto once again...
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r--ext/pgsql/pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index 467a255bba..8c91156d29 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])
Export large object direct to filesystem */
PHP_FUNCTION(pg_loexport)
{