From ddae41877fddd89a0b96bd11663b7bfbfd2709a1 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 9 Nov 2006 20:01:41 +0000 Subject: Added missing PHPAPI declaration --- ext/standard/php_math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/standard/php_math.h') 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); -- cgit v1.2.1