MFB: Added missing PHPAPI declaration

This commit is contained in:
Ilia Alshanetsky 2006-11-09 20:02:08 +00:00
parent 861d8bc309
commit 26fb0b51b5

View file

@ -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);