summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-15 22:58:39 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-15 22:58:39 +0100
commitee3a55b152d8bd0a21a818ba54a57f70df7fe47b (patch)
treee0b0a82f67f05a204ccd46751c1e84b1accbcc6c /gmp-impl.h
parent71ef4ee9c2d60a3d710f9b41bf509eccfbcf40b2 (diff)
downloadgmp-ee3a55b152d8bd0a21a818ba54a57f70df7fe47b.tar.gz
* gmp-impl.h (__gmp_replacement_vsnprintf): Add prototype.
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index afb63f892..3981b306a 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -2297,6 +2297,8 @@ int __gmp_doprnt_mpf _PROTO ((const struct doprnt_funs_t *funs,
void * data,
const struct doprnt_params_t *p,
mpf_srcptr f));
+int __gmp_replacement_vsnprintf _PROTO ((char *buf, size_t buf_size,
+ const char *fmt, va_list ap));
#endif /* _GMP_H_HAVE_VA_LIST */