From c335e3322d1690331366972cf55dde9f4305981c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 16 Dec 2007 00:15:34 +0100 Subject: Make check_dos_char static It's only called in t_doschar, a pretty bogus test program that is not compiled by default (This used to be commit 99c59e809ef3c5abcdfb796d50be7c40f7033787) --- source3/lib/util_unistr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c index 49b0b814f7..5bb8cbae96 100644 --- a/source3/lib/util_unistr.c +++ b/source3/lib/util_unistr.c @@ -158,7 +158,7 @@ void load_case_tables(void) and mapped back to the same character in ucs2 */ -int check_dos_char(smb_ucs2_t c) +static int check_dos_char(smb_ucs2_t c) { lazy_initialize_conv(); -- cgit