diff 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
line wrap: on
line diff
--- a/src/xs_support.h	Mon Sep 03 02:46:02 2007 +0000
+++ b/src/xs_support.h	Mon Sep 03 04:07:03 2007 +0000
@@ -92,7 +92,7 @@
 #endif
 guint16 xs_fread_be16(t_xs_file *);
 guint32 xs_fread_be32(t_xs_file *);
-gint	xs_fload_buffer(gchar *, guint8 **, size_t *);
+gint	xs_fload_buffer(const gchar *, guint8 **, size_t *);
 
 
 /* Misc functions