From 3edcf21dda13b84bee1dc7f97f056caa0dde064a Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 4 Jan 2002 13:51:03 +0000 Subject: [PATCH] proto fix --- ext/odbc/velocis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/odbc/velocis.c b/ext/odbc/velocis.c index 467717955c..2d35f59ac4 100644 --- a/ext/odbc/velocis.c +++ b/ext/odbc/velocis.c @@ -204,7 +204,7 @@ velocis_del_result(HashTable *list,int ind) /* Users functions */ -/* {{{ proto long velocis_connect(string server, string user, sting pass) +/* {{{ proto int velocis_connect(string server, string user, sting pass) */ PHP_FUNCTION(velocis_connect) { -- 2.50.1