summaryrefslogtreecommitdiff
path: root/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'string.h')
-rw-r--r--string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/string.h b/string.h
index c20746517..a3f8264d7 100644
--- a/string.h
+++ b/string.h
@@ -23,4 +23,6 @@ void ttd_strlcpy(char *dst, const char *src, size_t size);
char* strecat(char* dst, const char* src, const char* last);
char* strecpy(char* dst, const char* src, const char* last);
+char* CDECL str_fmt(const char* str, ...);
+
#endif