comparison src/xs_support.h @ 952:abbf089b119d

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Nov 2012 21:23:55 +0200
parents f8e1de328ac1
children b2caef664524
comparison
equal deleted inserted replaced
951:ad97fd1524be 952:abbf089b119d
132 guint8 **pbuf, size_t *bufSize, const size_t maxSize, gboolean failMaxSize); 132 guint8 **pbuf, size_t *bufSize, const size_t maxSize, gboolean failMaxSize);
133 gboolean xs_fload_buffer_path(const gchar *ppath, const gchar *pfilename, 133 gboolean xs_fload_buffer_path(const gchar *ppath, const gchar *pfilename,
134 guint8 **pbuf, size_t *bufSize, const size_t maxSize, gboolean failMaxSize); 134 guint8 **pbuf, size_t *bufSize, const size_t maxSize, gboolean failMaxSize);
135 135
136 gboolean xs_is_dir_path(const gchar *path); 136 gboolean xs_is_dir_path(const gchar *path);
137 gchar *xs_get_dir_path(const gchar *path); 137 gchar * xs_get_dir_path(const gchar *path);
138 138
139 139
140 /* Error messages and debugging 140 /* Error messages and debugging
141 */ 141 */
142 void xs_error(const char *, ...); 142 void xs_error(const char *, ...);