summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2002-01-04 13:51:03 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2002-01-04 13:51:03 +0000
commit3edcf21dda13b84bee1dc7f97f056caa0dde064a (patch)
treec651db09433ced949aceb6cbf16718278e7ea783
parent7d220af292eaf489ea18233efd5d4c8087c85bb6 (diff)
downloadphp-git-3edcf21dda13b84bee1dc7f97f056caa0dde064a.tar.gz
proto fix
-rw-r--r--ext/odbc/velocis.c2
1 files changed, 1 insertions, 1 deletions
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)
{