summaryrefslogtreecommitdiff
path: root/source3/lib/util_unistr.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2007-12-16 00:15:34 +0100
committerJeremy Allison <jra@samba.org>2007-12-16 10:56:55 -0800
commitc335e3322d1690331366972cf55dde9f4305981c (patch)
tree1910323f065eb940ff73014eaf2d06a274bee80e /source3/lib/util_unistr.c
parentd365a43785238fc59f2fd8a262d30a2a1aae7078 (diff)
downloadsamba-c335e3322d1690331366972cf55dde9f4305981c.tar.gz
samba-c335e3322d1690331366972cf55dde9f4305981c.tar.bz2
samba-c335e3322d1690331366972cf55dde9f4305981c.zip
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)
Diffstat (limited to 'source3/lib/util_unistr.c')
-rw-r--r--source3/lib/util_unistr.c2
1 files changed, 1 insertions, 1 deletions
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();