diff src/xs_support.c @ 628:e7e47ba162b1

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 04:07:03 +0000
parents 3e4901a89f3d
children a50428d6cc49
line wrap: on
line diff
--- a/src/xs_support.c	Mon Sep 03 02:46:02 2007 +0000
+++ b/src/xs_support.c	Mon Sep 03 04:07:03 2007 +0000
@@ -93,7 +93,7 @@
 
 /* Load a file to a buffer, return 0 on success, negative value on error
  */
-gint xs_fload_buffer(gchar *pcFilename, guint8 **buf, size_t *bufSize)
+gint xs_fload_buffer(const gchar *pcFilename, guint8 **buf, size_t *bufSize)
 {
 	t_xs_file *f;
 	glong seekPos;