From: Ilia Alshanetsky Date: Thu, 9 Nov 2006 20:02:08 +0000 (+0000) Subject: MFB: Added missing PHPAPI declaration X-Git-Tag: RELEASE_1_0_0RC1~1088 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26fb0b51b563e9ab249a52326da168727568efb6;p=php MFB: Added missing PHPAPI declaration --- diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 5e531249f7..679ee2b624 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -23,6 +23,7 @@ #define PHP_MATH_H PHPAPI char *_php_math_number_format(double, int, char , char); +PHPAPI char * _php_math_longtobase(zval *arg, int base); PHP_FUNCTION(sin); PHP_FUNCTION(cos);