comparison src/xs_support.h @ 628:e7e47ba162b1

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 04:07:03 +0000
parents 6f9c5bb127e6
children a50428d6cc49
comparison
equal deleted inserted replaced
627:109445214255 628:e7e47ba162b1
90 glong xs_ftell(t_xs_file *); 90 glong xs_ftell(t_xs_file *);
91 gint xs_fseek(t_xs_file *, glong, gint); 91 gint xs_fseek(t_xs_file *, glong, gint);
92 #endif 92 #endif
93 guint16 xs_fread_be16(t_xs_file *); 93 guint16 xs_fread_be16(t_xs_file *);
94 guint32 xs_fread_be32(t_xs_file *); 94 guint32 xs_fread_be32(t_xs_file *);
95 gint xs_fload_buffer(gchar *, guint8 **, size_t *); 95 gint xs_fload_buffer(const gchar *, guint8 **, size_t *);
96 96
97 97
98 /* Misc functions 98 /* Misc functions
99 */ 99 */
100 gchar *xs_strncpy(gchar *, gchar *, size_t); 100 gchar *xs_strncpy(gchar *, gchar *, size_t);