aboutsummaryrefslogtreecommitdiff
path: root/libsylph/codeconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/codeconv.h')
-rw-r--r--libsylph/codeconv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/codeconv.h b/libsylph/codeconv.h
index 700e83b0..4e79389f 100644
--- a/libsylph/codeconv.h
+++ b/libsylph/codeconv.h
@@ -241,6 +241,8 @@ gint conv_copy_dir (const gchar *src,
const gchar *dest,
const gchar *src_encoding);
+CharSet conv_check_file_encoding (const gchar *file);
+
gchar *conv_filename_from_utf8 (const gchar *utf8_file);
gchar *conv_filename_to_utf8 (const gchar *fs_file);