From 251996bb79b4fe0ec59f9fade2c2ca76f00ebbcb Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Tue, 22 May 2001 18:26:36 +0000 Subject: Fixing prototypes to match function names --- ext/fbsql/php_fbsql.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/fbsql/php_fbsql.c') diff --git a/ext/fbsql/php_fbsql.c b/ext/fbsql/php_fbsql.c index e3899e4d21..8ef0c90b46 100644 --- a/ext/fbsql/php_fbsql.c +++ b/ext/fbsql/php_fbsql.c @@ -2007,7 +2007,7 @@ PHP_FUNCTION(fbsql_errno) /* }}} */ -/* {{{ proto bool fbsql_generate_warnings([int flag]); +/* {{{ proto bool fbsql_warnings([int flag]); */ PHP_FUNCTION(fbsql_warnings) { @@ -2975,7 +2975,7 @@ PHP_FUNCTION(fbsql_field_table) /* }}} */ -/* {{{ proto string fbsql_field_lene(int result, int field_index) +/* {{{ proto string fbsql_field_len(int result, int field_index) */ PHP_FUNCTION(fbsql_field_len) { @@ -3090,7 +3090,7 @@ PHP_FUNCTION(fbsql_field_type) /* }}} */ -/* {{{ proto string string fbsql_field_flags(int result[, int field_index]) +/* {{{ proto string fbsql_field_flags(int result[, int field_index]) */ PHP_FUNCTION(fbsql_field_flags) { -- cgit v1.2.1