diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-20 13:24:16 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-20 13:24:16 +0200 |
commit | 93e52145a887b1865d41ae5272047423bbfb33b3 (patch) | |
tree | 274d290243a2918a7a7efbcd7cf7b583cb72f66f /source4/lib/charset | |
parent | 6b82b2ff130a1217e3d4f0df645a7a7e1678b62b (diff) | |
download | samba-93e52145a887b1865d41ae5272047423bbfb33b3.tar.gz samba-93e52145a887b1865d41ae5272047423bbfb33b3.tar.bz2 samba-93e52145a887b1865d41ae5272047423bbfb33b3.zip |
Provide two symbols to allow ndrdump compiled by Samba 3 to be used for
Samba 4.
Diffstat (limited to 'source4/lib/charset')
-rw-r--r-- | source4/lib/charset/util_unistr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/charset/util_unistr.c b/source4/lib/charset/util_unistr.c index 5f3b2c53f1..e4f4bb551a 100644 --- a/source4/lib/charset/util_unistr.c +++ b/source4/lib/charset/util_unistr.c @@ -37,7 +37,7 @@ static void *lowcase_table; /******************************************************************* load the case handling tables ********************************************************************/ -static void load_case_tables(void) +void load_case_tables(void) { TALLOC_CTX *mem_ctx; |