summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-12-21 00:46:34 +0100
committerKevin Ryde <user42@zip.com.au>2002-12-21 00:46:34 +0100
commitd65432c1681b1ce19fae3ca74144dbd75a5b1162 (patch)
treea0dac7fe1005afdfa5c27d61a3c2d308913c226f /gmp-h.in
parent0dc5f2dfdeb8603545a16e004dc070e8894402ed (diff)
downloadgmp-d65432c1681b1ce19fae3ca74144dbd75a5b1162.tar.gz
* gmp-h.in (mp_get_memory_functions): Add prototype.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/gmp-h.in b/gmp-h.in
index db241d50a..cee4fbc75 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -495,6 +495,11 @@ __GMP_DECLSPEC void mp_set_memory_functions __GMP_PROTO ((void *(*) (size_t),
void *(*) (void *, size_t, size_t),
void (*) (void *, size_t))) __GMP_NOTHROW;
+#define mp_get_memory_functions __gmp_get_memory_functions
+__GMP_DECLSPEC void mp_get_memory_functions __GMP_PROTO ((void *(**) (size_t),
+ void *(**) (void *, size_t, size_t),
+ void (**) (void *, size_t))) __GMP_NOTHROW;
+
#define mp_bits_per_limb __gmp_bits_per_limb
__GMP_DECLSPEC extern __gmp_const int mp_bits_per_limb;