summaryrefslogtreecommitdiff
path: root/src/z-form.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-27 10:26:47 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:42 +0200
commitb9f824effb037a53556e02955cace6c09ff646c3 (patch)
treeb41709ca1a30b9d301d1775df0469f0d5593b8c0 /src/z-form.h
parent45d2d5c39869cce42d0f2b7b5fc65c5a0d7014bb (diff)
Hide vformat in z-form.c
Diffstat (limited to 'src/z-form.h')
-rw-r--r--src/z-form.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/z-form.h b/src/z-form.h
index 2dcfa96c..752cf249 100644
--- a/src/z-form.h
+++ b/src/z-form.h
@@ -32,9 +32,6 @@ extern uint strnfmt(char *buf, uint max, cptr fmt, ...);
/* Simple interface to "vstrnfmt()", assuming infinite length */
extern uint strfmt(char *buf, cptr fmt, ...);
-/* Format arguments into a static resizing buffer */
-extern char *vformat(cptr fmt, va_list vp);
-
/* Simple interface to "vformat()" */
extern char *format(cptr fmt, ...);