From: Hartmut Holzgraefe Date: Fri, 7 Dec 2001 10:17:20 +0000 (+0000) Subject: proto fixes X-Git-Tag: ChangeLog~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=836e8af6ff7df94c1923ba1e4db9ac679c650428;p=php proto fixes --- 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) {