From bdc5a205df74582d4b41bd0390131f538ba58b09 Mon Sep 17 00:00:00 2001 From: germeier Date: Wed, 13 Nov 2002 23:05:27 +0000 Subject: changed default charset from ASCII to ISO-8859-15 make charset configurable through config file --- libmpio/mpio.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libmpio/mpio.h') diff --git a/libmpio/mpio.h b/libmpio/mpio.h index 3f0205c..230ee9a 100644 --- a/libmpio/mpio.h +++ b/libmpio/mpio.h @@ -1,7 +1,7 @@ #/* -*- linux-c -*- */ /* - * $Id: mpio.h,v 1.12 2002/10/27 17:37:27 germeier Exp $ + * $Id: mpio.h,v 1.13 2002/11/13 23:05:28 germeier Exp $ * * Library for USB MPIO-* * @@ -63,6 +63,12 @@ mpio_model_t mpio_get_model(mpio_t *); /* retrieves free memory in bytes */ int mpio_memory_free(mpio_t *, mpio_mem_t, int *free); +/* + * charset for filename encoding/converting + */ +BYTE *mpio_charset_get(mpio_t *); +BYTE mpio_charset_set(mpio_t *, BYTE *); + /* * directory operations */ -- cgit v1.2.3