comparison 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
comparison
equal deleted inserted replaced
878:9d31c1344f26 879:2a50d36215c3
122 guint8 **pbuf, size_t *bufSize, const size_t maxSize, gboolean failMaxSize); 122 guint8 **pbuf, size_t *bufSize, const size_t maxSize, gboolean failMaxSize);
123 gboolean xs_fload_buffer_path(const gchar *ppath, const gchar *pfilename, 123 gboolean xs_fload_buffer_path(const gchar *ppath, const gchar *pfilename,
124 guint8 **pbuf, size_t *bufSize, const size_t maxSize, gboolean failMaxSize); 124 guint8 **pbuf, size_t *bufSize, const size_t maxSize, gboolean failMaxSize);
125 125
126 126
127 /* Error messages and debugging
128 */
129 void xs_error(const char *, ...);
130
131
127 /* Misc functions 132 /* Misc functions
128 */ 133 */
129 gint xs_pstrcpy(gchar **, const gchar *); 134 gint xs_pstrcpy(gchar **, const gchar *);
130 gint xs_pstrcat(gchar **, const gchar *); 135 gint xs_pstrcat(gchar **, const gchar *);
131 void xs_pnstrcat(gchar *, size_t, const gchar *); 136 void xs_pnstrcat(gchar *, size_t, const gchar *);