From: Zeev Suraski Date: Sun, 27 Feb 2000 17:11:03 +0000 (+0000) Subject: Compile fix X-Git-Tag: PHP-4.0-RC1~374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=863651dff1db3b3ff20ace7554ed54b1b2ed4454;p=php Compile fix --- diff --git a/ext/sybase/sybase.c b/ext/sybase/sybase.c index 128fcdb6d3..f70ae251d6 100644 --- a/ext/sybase/sybase.c +++ b/ext/sybase/sybase.c @@ -901,7 +901,7 @@ PHP_FUNCTION(sybase_fetch_row) } -static PHP_FUNCTION(sybase_fetch_hash) +static void php_sybase_fetch_hash(INTERNAL_FUNCTION_PARAMETERS) { pval *sybase_result_index; sybase_result *result;