From 6901b3c64a65d9745efac13f071225d5d2949f4d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 4 Dec 2007 01:51:44 +0100 Subject: r26278: Tallocify convenience table for iconv handles. (This used to be commit ad64b3baa4a5383c603d17ae75c33083af4690bb) --- source4/lib/charset/charset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/charset/charset.h') diff --git a/source4/lib/charset/charset.h b/source4/lib/charset/charset.h index be2705100a..96762af85a 100644 --- a/source4/lib/charset/charset.h +++ b/source4/lib/charset/charset.h @@ -70,6 +70,8 @@ typedef struct smb_iconv_s { #define STR_TERMINATE_ASCII 128 /* only terminate if ascii */ #define STR_LEN_NOTERM 256 /* the length field is the unterminated length */ +struct loadparm_context; + #include "lib/charset/charset_proto.h" /* replace some string functions with multi-byte -- cgit