summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2001-12-03 05:12:48 +0000
committerFrank M. Kromann <fmk@php.net>2001-12-03 05:12:48 +0000
commit8e408647706dc5d2c9fa37bd31fade731723a3d1 (patch)
treed412f6a9385fb54cdc1f9c8f511763bb3ec6378e /ext/standard/php_math.h
parentc07cf5c2a5ce32a6f371e1beb914611e85d92cd6 (diff)
downloadphp-git-8e408647706dc5d2c9fa37bd31fade731723a3d1.tar.gz
Make _php_math_number_format available from shared extensions
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r--ext/standard/php_math.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index beef7dd160..07160c274d 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -21,6 +21,9 @@
#ifndef PHP_MATH_H
#define PHP_MATH_H
+
+PHPAPI char *_php_math_number_format(double, int, char , char);
+
PHP_FUNCTION(sin);
PHP_FUNCTION(cos);
PHP_FUNCTION(tan);