diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-03-29 13:21:52 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-03-30 12:17:05 +0200 |
commit | 48d0abe0b50b4e0414f5dcb46aae2a4b5bfaac7e (patch) | |
tree | 7bfde0045f4beb54a4521e6576ceb0b03f6f4f39 /source3/include | |
parent | c3952097910bb34ac8c00b1a23261fea7ce56bfc (diff) | |
download | samba-48d0abe0b50b4e0414f5dcb46aae2a4b5bfaac7e.tar.gz samba-48d0abe0b50b4e0414f5dcb46aae2a4b5bfaac7e.tar.bz2 samba-48d0abe0b50b4e0414f5dcb46aae2a4b5bfaac7e.zip |
s3:lib make lazy_initialize_conv() static
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 27989738d6..a565f93462 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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, |