summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-11-09 20:02:08 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-11-09 20:02:08 +0000
commit26fb0b51b563e9ab249a52326da168727568efb6 (patch)
tree985cb4f03f131ec45ccbe6c53131ac8f72e197d1
parent861d8bc3096782e4631072addf3561edfcc6f063 (diff)
downloadphp-git-26fb0b51b563e9ab249a52326da168727568efb6.tar.gz
MFB: Added missing PHPAPI declaration
-rw-r--r--ext/standard/php_math.h1
1 files changed, 1 insertions, 0 deletions
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);