summaryrefslogtreecommitdiff
path: root/source4/lib/charset/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/charset/charset.h')
-rw-r--r--source4/lib/charset/charset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/charset/charset.h b/source4/lib/charset/charset.h
index d4dae4cdad..041eaeace7 100644
--- a/source4/lib/charset/charset.h
+++ b/source4/lib/charset/charset.h
@@ -147,4 +147,8 @@ struct smb_iconv_convenience *smb_iconv_convenience_init(TALLOC_CTX *mem_ctx,
const char *dos_charset,
const char *unix_charset,
bool native_iconv);
+
+void load_case_tables(void);
+bool charset_register_backend(const void *_funcs);
+
#endif /* __CHARSET_H__ */