summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin@c9x.me>2023-03-16 16:22:11 +0100
committerQuentin Carbonneaux <quentin@c9x.me>2023-03-16 16:22:11 +0100
commit011dfc839d40c735fb63474aa6d5e1412b823a3b (patch)
tree4579fecc9c703d8ff348a69c6ce74679c8d2c210 /all.h
parent6f45894c7f5f145208e0fce4344b2b87eb8ae722 (diff)
downloadroux-011dfc839d40c735fb63474aa6d5e1412b823a3b.tar.gz
silence format warning more reliably
Diffstat (limited to 'all.h')
-rw-r--r--all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/all.h b/all.h
index 7eba443..850803b 100644
--- a/all.h
+++ b/all.h
@@ -458,6 +458,7 @@ void freeall(void);
 void *vnew(ulong, size_t, Pool);
 void vfree(void *);
 void vgrow(void *, ulong);
+void fmt(char *, char *, ...);
 uint32_t intern(char *);
 char *str(uint32_t);
 int argcls(Ins *, int);