diff options
Diffstat (limited to 'src/codeconv.h')
-rw-r--r-- | src/codeconv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/codeconv.h b/src/codeconv.h index e416249f..33dc2c1d 100644 --- a/src/codeconv.h +++ b/src/codeconv.h @@ -226,4 +226,7 @@ gint conv_copy_dir (const gchar *src, const gchar *dest, const gchar *src_encoding); +gchar *conv_filename_from_utf8 (const gchar *utf8_file); +gchar *conv_filename_to_utf8 (const gchar *fs_file); + #endif /* __CODECONV_H__ */ |