mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s3:lib make lazy_initialize_conv() static
This commit is contained in:
parent
c395209791
commit
48d0abe0b5
@ -72,7 +72,6 @@ int bitmap_find(struct bitmap *bm, unsigned ofs);
|
||||
|
||||
/* The following definitions come from lib/charcnv.c */
|
||||
|
||||
void lazy_initialize_conv(void);
|
||||
void gfree_charcnv(void);
|
||||
void init_iconv(void);
|
||||
size_t convert_string(charset_t from, charset_t to,
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
static bool initialized;
|
||||
|
||||
void lazy_initialize_conv(void)
|
||||
static void lazy_initialize_conv(void)
|
||||
{
|
||||
if (!initialized) {
|
||||
load_case_tables_library();
|
||||
|
Loading…
x
Reference in New Issue
Block a user