From: Jelmer Vernooij Date: Mon, 20 Oct 2008 11:24:16 +0000 (+0200) Subject: Provide two symbols to allow ndrdump compiled by Samba 3 to be used for X-Git-Tag: samba-4.0.0alpha6~778^2~9 X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=93e52145a887b1865d41ae5272047423bbfb33b3 Provide two symbols to allow ndrdump compiled by Samba 3 to be used for Samba 4. --- diff --git a/lib/util/debug.c b/lib/util/debug.c index faec52aec82..98aabc554ba 100644 --- a/lib/util/debug.c +++ b/lib/util/debug.c @@ -37,6 +37,7 @@ static int debug_all_class_hack = 1; int *DEBUGLEVEL_CLASS = &debug_all_class_hack; /* For samba 3 */ static bool debug_all_class_isset_hack = true; bool *DEBUGLEVEL_CLASS_ISSET = &debug_all_class_isset_hack; /* For samba 3 */ +XFILE *dbf = NULL; /* For Samba 3*/ /* the registered mutex handlers */ static struct { diff --git a/source4/lib/charset/util_unistr.c b/source4/lib/charset/util_unistr.c index 5f3b2c53f12..e4f4bb551ae 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;