summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2001-05-22 18:26:36 +0000
committerFrank M. Kromann <fmk@php.net>2001-05-22 18:26:36 +0000
commit251996bb79b4fe0ec59f9fade2c2ca76f00ebbcb (patch)
tree0fa0ed8cdd8b8692ca0b6ce1a1ce14e005c1f659 /ext/odbc/php_odbc.c
parent699489d4569c88eb23591bde65dccede41f62f93 (diff)
downloadphp-git-251996bb79b4fe0ec59f9fade2c2ca76f00ebbcb.tar.gz
Fixing prototypes to match function names
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r--ext/odbc/php_odbc.c2
1 files changed, 1 insertions, 1 deletions
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)
{