From: Egon Schmid Date: Sun, 29 Aug 1999 15:00:18 +0000 (+0000) Subject: Missing return type. X-Git-Tag: PRE_DELAYED_ARRAY_FETCH_PATCH~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db44261039635f49c02eb8f4355af8d7cda5fc28;p=php Missing return type. --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 4f3b83ba98..0b4cb41a42 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -767,7 +767,7 @@ PHP_FUNCTION(pgsql_field_name) } /* }}} */ -/* {{{ proto pg_fieldsize(int result, int field_number) +/* {{{ int proto pg_fieldsize(int result, int field_number) Returns the internal size of the field */ PHP_FUNCTION(pgsql_field_size) {