From 836e8af6ff7df94c1923ba1e4db9ac679c650428 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 7 Dec 2001 10:17:20 +0000 Subject: proto fixes --- ext/odbc/velocis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/odbc') 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) { -- cgit v1.2.1