diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-11-15 22:14:21 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-11-15 22:14:21 +0100 |
| commit | f1ef4efb60e341a2a8ec72560071656b9d8b927d (patch) | |
| tree | 71ea4544495fca2a82f78e31beb81b83453e7cef /common/strutils.h | |
| parent | 1c50d6836601b8a6258dd6e299b3f299aa8d4a0f (diff) | |
| download | tuxcmd-modules-f1ef4efb60e341a2a8ec72560071656b9d8b927d.tar.xz | |
Encoding revision
Diffstat (limited to 'common/strutils.h')
| -rw-r--r-- | common/strutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/strutils.h b/common/strutils.h index 872365c..84f6013 100644 --- a/common/strutils.h +++ b/common/strutils.h @@ -46,5 +46,6 @@ char* extract_file_path(const char *APath); char* resolve_relative(const char *source, const char *point_to); char* canonicalize_filename(const char *filename); +char* wide_to_utf8(const wchar_t *src); #endif /* __STRUTILS_H__ */ |
