check_dos_char: Export this function so that it can be tested in
authorMartin Pool <mbp@samba.org>
Fri, 4 Apr 2003 03:35:06 +0000 (03:35 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 4 Apr 2003 03:35:06 +0000 (03:35 +0000)
isolation by a test case.
(This used to be commit 52520fda6a168132239e2adae963a766ec653348)

source3/lib/util_unistr.c

index c666155f9fdfe85e0f5b3f6797cd240957661db5..3f319eed81aed8fdf84ae1ae7fc5cc0a0b226bcb 100644 (file)
@@ -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;