From 48d0abe0b50b4e0414f5dcb46aae2a4b5bfaac7e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 29 Mar 2011 13:21:52 +1100 Subject: s3:lib make lazy_initialize_conv() static --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') 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, -- cgit