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/odbc/php_odbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/odbc/php_odbc.c') diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 06af9a029e..d40867dd1f 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -2225,7 +2225,7 @@ PHP_FUNCTION(odbc_num_rows) } /* }}} */ -/* {{{ proto bool next_result(int result_id) +/* {{{ proto bool odbc_next_result(int result_id) Checks if multiple results are avaiable */ PHP_FUNCTION(odbc_next_result) { -- cgit v1.2.1