diff options
author | tsmith@siva.hindu.god <> | 2007-05-17 14:17:50 -0600 |
---|---|---|
committer | tsmith@siva.hindu.god <> | 2007-05-17 14:17:50 -0600 |
commit | 30bc713c77228425e99c33800ca7d1f12a027691 (patch) | |
tree | e1f124ea0e96bfa5ff03cb4885b9f2dde79eb0d4 /include | |
parent | 2703da69ff72ab5f1c261ecbb148eccce6601970 (diff) | |
parent | bb2a43dd19ab1362c6902c5fab8e74aa4a09c41b (diff) | |
download | mariadb-git-30bc713c77228425e99c33800ca7d1f12a027691.tar.gz |
Merge siva.hindu.god:/home/tsmith/m/bk/50
into siva.hindu.god:/home/tsmith/m/bk/maint/50
Diffstat (limited to 'include')
-rw-r--r-- | include/decimal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/decimal.h b/include/decimal.h index 56962009025..c5385b58658 100644 --- a/include/decimal.h +++ b/include/decimal.h @@ -47,6 +47,7 @@ int decimal_bin_size(int precision, int scale); int decimal_result_size(decimal_t *from1, decimal_t *from2, char op, int param); +int decimal_intg(decimal_t *from); int decimal_add(decimal_t *from1, decimal_t *from2, decimal_t *to); int decimal_sub(decimal_t *from1, decimal_t *from2, decimal_t *to); int decimal_cmp(decimal_t *from1, decimal_t *from2); |