From 957ef4d81438a74d530f2a3890bfcd0145c11fd9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 1 May 2016 22:21:46 -0400 Subject: simplify --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') 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 -- cgit v1.2.3-54-g00ecf