From 82272f3bafde3032dd2ec4ae3546a596c9b807b8 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 4 Apr 2003 03:35:06 +0000 Subject: check_dos_char: Export this function so that it can be tested in isolation by a test case. (This used to be commit 52520fda6a168132239e2adae963a766ec653348) --- source3/lib/util_unistr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c index c666155f9f..3f319eed81 100644 --- a/source3/lib/util_unistr.c +++ b/source3/lib/util_unistr.c @@ -83,7 +83,7 @@ void load_case_tables(void) see if a ucs2 character can be mapped correctly to a dos character and mapped back to the same character in ucs2 */ -static int check_dos_char(smb_ucs2_t c) +int check_dos_char(smb_ucs2_t c) { char buf[10]; smb_ucs2_t c2 = 0; -- cgit