diff src/xs_support.h @ 879:2a50d36215c3

Move error printing function to xs_support.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 05:18:36 +0200
parents 9d31c1344f26
children 000baa9fcd4f
line wrap: on
line diff
--- a/src/xs_support.h	Fri Nov 09 05:14:41 2012 +0200
+++ b/src/xs_support.h	Fri Nov 09 05:18:36 2012 +0200
@@ -124,6 +124,11 @@
     guint8 **pbuf, size_t *bufSize, const size_t maxSize, gboolean failMaxSize);
 
 
+/* Error messages and debugging
+ */
+void    xs_error(const char *, ...);
+
+
 /* Misc functions
  */
 gint    xs_pstrcpy(gchar **, const gchar *);