Provide two symbols to allow ndrdump compiled by Samba 3 to be used for
authorJelmer Vernooij <jelmer@samba.org>
Mon, 20 Oct 2008 11:24:16 +0000 (13:24 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 20 Oct 2008 11:24:16 +0000 (13:24 +0200)
Samba 4.

lib/util/debug.c
source4/lib/charset/util_unistr.c

index faec52aec8244d8d8a8b8f048e063241fe39c40d..98aabc554ba7c3f1029a92b6f64f50bcc3de01ca 100644 (file)
@@ -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 {
index 5f3b2c53f120c9ebefde45211ecb7021dc52b983..e4f4bb551ae7d759d543fd4bc56e9a87346aefec 100644 (file)
@@ -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;