summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-21 20:00:06 +0100
committerJeremy Allison <jra@samba.org>2015-03-24 00:00:20 +0100
commitc51300ad89cb7d3c0a2e329cd4b3c81cf52d8e98 (patch)
treea318a7f85d6b8b5b5f07bd82a07c2e876bf8c046 /lib
parent06a727e8f84ae28afd2b6c2eadf18916348c6dca (diff)
downloadsamba-c51300ad89cb7d3c0a2e329cd4b3c81cf52d8e98.tar.gz
lib: load_case_tables() -> smb_init_locale()
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/util/charset/charset.h2
-rw-r--r--lib/util/charset/codepoints.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/charset/charset.h b/lib/util/charset/charset.h
index 821d6b2691c..66b09a5cade 100644
--- a/lib/util/charset/charset.h
+++ b/lib/util/charset/charset.h
@@ -222,7 +222,7 @@ size_t smb_iconv(smb_iconv_t cd,
smb_iconv_t smb_iconv_open_ex(TALLOC_CTX *mem_ctx, const char *tocode,
const char *fromcode, bool use_builtin_handlers);
-void load_case_tables(void);
+void smb_init_locale(void);
/* The following definitions come from util_unistr_w.c */
diff --git a/lib/util/charset/codepoints.c b/lib/util/charset/codepoints.c
index 9a0943b222a..19319ba75ce 100644
--- a/lib/util/charset/codepoints.c
+++ b/lib/util/charset/codepoints.c
@@ -16424,7 +16424,7 @@ static const uint16_t upcase_table[] = {
0xfff8,0xfff9,0xfffa,0xfffb,0xfffc,0xfffd,0xfffe,0xffff
};
-void load_case_tables(void)
+void smb_init_locale(void)
{
/* This is a useful global hook where we can ensure that the
* locale is set from the environment. This is needed so that