aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-01 22:21:46 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-01 22:21:46 -0400
commit957ef4d81438a74d530f2a3890bfcd0145c11fd9 (patch)
tree6354b666ed05aea2f4bdd2b4e749230843d107a3 /src/util.h
parenta2b9833253748ca113cc101c60867fd7e1dca64d (diff)
downloadrunes-957ef4d81438a74d530f2a3890bfcd0145c11fd9.tar.gz
runes-957ef4d81438a74d530f2a3890bfcd0145c11fd9.zip
simplify
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 183f8c5..9432ed1 100644
--- a/src/util.h
+++ b/src/util.h
@@ -4,5 +4,6 @@
#define UNUSED(x) ((void)x)
void runes_warn(const char *fmt, ...);
+int sprintf_dup(char **out, const char *fmt, ...);
#endif