]> granicus.if.org Git - php/commitdiff
- Fix return type in proto once again...
authorJouni Ahto <jah@php.net>
Sun, 18 Jun 2000 17:36:31 +0000 (17:36 +0000)
committerJouni Ahto <jah@php.net>
Sun, 18 Jun 2000 17:36:31 +0000 (17:36 +0000)
ext/pgsql/pgsql.c

index 467a255bbacef17a027affee4b504f136cbb6b17..8c91156d29257e19e4fff6ec8a7d85c4af9f94ed 100644 (file)
@@ -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)
 {