r24867: Avoid anonymous struct. Patch from Brad Hards.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 1 Sep 2007 20:19:29 +0000 (20:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:03:22 +0000 (15:03 -0500)
(This used to be commit e7866857fbdc9b7b7bebcecd41f34f54b37f3b04)

source4/lib/charset/charset.h

index 6943a6018263034331eb123ad99c49adb3c60afd..91408365aced0b71fa1eb5d3600472a7826d456f 100644 (file)
@@ -49,7 +49,7 @@ typedef uint32_t codepoint_t;
 
 
 /* generic iconv conversion structure */
-typedef struct {
+typedef struct smb_iconv_s {
        size_t (*direct)(void *cd, const char **inbuf, size_t *inbytesleft,
                         char **outbuf, size_t *outbytesleft);
        size_t (*pull)(void *cd, const char **inbuf, size_t *inbytesleft,