diff th_util.h @ 99:0313fabd8049

Added varargs versions of some functions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 17 Nov 2009 23:08:15 +0200
parents 69aed051f84d
children 4ec36204d34e
line wrap: on
line diff
--- a/th_util.h	Tue Nov 17 19:21:35 2009 +0200
+++ b/th_util.h	Tue Nov 17 23:08:15 2009 +0200
@@ -68,6 +68,10 @@
 void    THMSG(int, const char *, ...);
 void    THPRINT(int, const char *, ...);
 
+void    THERR_V(const char *, va_list);
+void    THMSG_V(int, const char *, va_list);
+void    THPRINT_V(int, const char *, va_list);
+
 void    *th_malloc(size_t);
 void    *th_calloc(size_t, size_t);
 void    *th_realloc(void *, size_t);