diff options
author | Volker Lendecke <vl@samba.org> | 2007-12-16 00:15:34 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-16 10:56:55 -0800 |
commit | c335e3322d1690331366972cf55dde9f4305981c (patch) | |
tree | 1910323f065eb940ff73014eaf2d06a274bee80e /source3/lib | |
parent | d365a43785238fc59f2fd8a262d30a2a1aae7078 (diff) | |
download | samba-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')
-rw-r--r-- | source3/lib/util_unistr.c | 2 |
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(); |