diff options
| author | Egon Schmid <eschmid@php.net> | 1999-08-29 15:00:18 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 1999-08-29 15:00:18 +0000 |
| commit | db44261039635f49c02eb8f4355af8d7cda5fc28 (patch) | |
| tree | 6fee814b617b076324de4d6c89eccfd663c7cbe8 /ext/pgsql | |
| parent | 2c0b8b5ac8d0a7d7369e1c87be2367aa3d1d7b24 (diff) | |
| download | php-git-db44261039635f49c02eb8f4355af8d7cda5fc28.tar.gz | |
Missing return type.
Diffstat (limited to 'ext/pgsql')
| -rw-r--r-- | ext/pgsql/pgsql.c | 2 |
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) { |
