summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-07 10:17:20 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-07 10:17:20 +0000
commit836e8af6ff7df94c1923ba1e4db9ac679c650428 (patch)
tree7a4cbcf38556a8b23ceaccab20bd733386edddaa /ext/odbc
parent7c8dc40fe3e4bb26e6449f428609801cd8a75f9e (diff)
downloadphp-git-836e8af6ff7df94c1923ba1e4db9ac679c650428.tar.gz
proto fixes
Diffstat (limited to 'ext/odbc')
-rw-r--r--ext/odbc/velocis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/odbc/velocis.c b/ext/odbc/velocis.c
index 562e041daf..db1c292c8b 100644
--- a/ext/odbc/velocis.c
+++ b/ext/odbc/velocis.c
@@ -278,7 +278,7 @@ PHP_FUNCTION(velocis_close)
}
/* }}} */
-/* {{{ proto int velocis(int index, string exec_str)
+/* {{{ proto int velocis_exec(int index, string exec_str)
*/
PHP_FUNCTION(velocis_exec)
{
@@ -537,7 +537,7 @@ PHP_FUNCTION(velocis_freeresult)
}
/* }}} */
-/* {{{ proto bool velocis_on_autocommit(int index)
+/* {{{ proto bool velocis_autocommit(int index)
*/
PHP_FUNCTION(velocis_autocommit)
{