summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>1999-08-29 15:00:18 +0000
committerEgon Schmid <eschmid@php.net>1999-08-29 15:00:18 +0000
commitdb44261039635f49c02eb8f4355af8d7cda5fc28 (patch)
tree6fee814b617b076324de4d6c89eccfd663c7cbe8
parent2c0b8b5ac8d0a7d7369e1c87be2367aa3d1d7b24 (diff)
downloadphp-git-db44261039635f49c02eb8f4355af8d7cda5fc28.tar.gz
Missing return type.
-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 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)
{