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

index f934502cb814472a362277ab105225d45d06f42a..ea33706073f41da1865e76b719b4b68f0ab8eebc 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])
    Emport large object direct to filesystem */
 PHP_FUNCTION(pg_loexport)
 {