aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-09 00:58:47 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-09 00:58:47 +1000
commit133b682793fdbc0d86d207c6afe774b26af84d3a (patch)
tree041bcc8297048ba2c4abfe189ed740b8c05c2d9a /common.h
parent824f4ee566f0454515810c4df5f602e28fbb7c60 (diff)
New wreaddir function, wide character version of readdir
darcs-hash:20060208145847-ac50b-0e250edb67dd095e90054ed55f88a2638ba9b02a.gz
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 04766587..f18f391d 100644
--- a/common.h
+++ b/common.h
@@ -114,6 +114,7 @@ void sort_list( array_list_t *comp );
specified multibyte character string
*/
wchar_t *str2wcs( const char *in );
+wchar_t *str2wcs_internal( const char *in, wchar_t *out );
/**
Returns a newly allocated multibyte character string equivalent of
@@ -121,6 +122,8 @@ wchar_t *str2wcs( const char *in );
*/
char *wcs2str( const wchar_t *in );
+char *wcs2str_internal( const wchar_t *in, char *out );
+
/**
Returns a newly allocated wide character string array equivalent of
the specified multibyte character string array