diff th_util.h @ 11:e467b3586e4d

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 01 Jan 2010 05:43:28 +0200
parents a25f5d22483e
children 0cea9c0cfce7
line wrap: on
line diff
--- a/th_util.h	Mon Apr 20 00:01:43 2009 +0300
+++ b/th_util.h	Fri Jan 01 05:43:28 2010 +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);