summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-06-18 16:31:52 +0000
committerEgon Schmid <eschmid@php.net>2000-06-18 16:31:52 +0000
commit6e815b76eabaddd4a8e91e2577d6a8d83f7143b4 (patch)
tree5f130b129a5ee334206742849227dd3565ea7ac5 /ext/pgsql/pgsql.c
parent153ef54498188123851b49d426cfd38db031b7c5 (diff)
downloadphp-git-6e815b76eabaddd4a8e91e2577d6a8d83f7143b4.tar.gz
Some protos fixed.
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r--ext/pgsql/pgsql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index ea33706073..467a255bba 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -1555,8 +1555,8 @@ PHP_FUNCTION(pg_loimport)
}
/* }}} */
-/* {{{ proto bool pg_loexport(int objoid, string filename[, resource connection])
- Emport large object direct to filesystem */
+/* {{{ proto int pg_loexport(int objoid, string filename [, resource connection])
+ Export large object direct to filesystem */
PHP_FUNCTION(pg_loexport)
{
zval **pgsql_link, **oid_id, **file_out;