summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-11-09 20:01:41 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-11-09 20:01:41 +0000
commitddae41877fddd89a0b96bd11663b7bfbfd2709a1 (patch)
tree8dfb5889e07ba5d185a13d26ab890683c29af18d /ext/standard
parentb3006ed2a549ff1f186e98294e29fe2b0eb64561 (diff)
downloadphp-git-ddae41877fddd89a0b96bd11663b7bfbfd2709a1.tar.gz
Added missing PHPAPI declaration
Diffstat (limited to 'ext/standard')
-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);