summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/bcmath.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2014-05-05 14:26:23 +0800
committerXinchen Hui <laruence@gmail.com>2014-05-05 14:26:23 +0800
commitfee9d4cafd02cb37177179b216fb21baf7041d30 (patch)
tree28fea6dd63ecd9429d295435c716e798e204189e /ext/bcmath/libbcmath/src/bcmath.h
parent7e3989f3014eba41fcdc44535723833029dc1ecf (diff)
downloadphp-git-fee9d4cafd02cb37177179b216fb21baf7041d30.tar.gz
Refactor bcmath
Diffstat (limited to 'ext/bcmath/libbcmath/src/bcmath.h')
-rw-r--r--ext/bcmath/libbcmath/src/bcmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h
index 3d7c478648..1e75cbdca3 100644
--- a/ext/bcmath/libbcmath/src/bcmath.h
+++ b/ext/bcmath/libbcmath/src/bcmath.h
@@ -111,7 +111,7 @@ _PROTOTYPE(void bc_init_num, (bc_num *num TSRMLS_DC));
_PROTOTYPE(void bc_str2num, (bc_num *num, char *str, int scale TSRMLS_DC));
-_PROTOTYPE(char *bc_num2str, (bc_num num));
+_PROTOTYPE(zend_string *bc_num2str, (bc_num num));
_PROTOTYPE(void bc_int2num, (bc_num *num, int val));