svn commit: samba r24867 - in branches/SAMBA_4_0: . source/lib/charset

jelmer at samba.org jelmer at samba.org
Sat Sep 1 20:19:31 GMT 2007


Author: jelmer
Date: 2007-09-01 20:19:29 +0000 (Sat, 01 Sep 2007)
New Revision: 24867

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24867

Log:
Avoid anonymous struct. Patch from Brad Hards.

Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/charset/charset.h


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/charset/charset.h
===================================================================
--- branches/SAMBA_4_0/source/lib/charset/charset.h	2007-09-01 19:16:22 UTC (rev 24866)
+++ branches/SAMBA_4_0/source/lib/charset/charset.h	2007-09-01 20:19:29 UTC (rev 24867)
@@ -49,7 +49,7 @@
 
 
 /* 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,



More information about the samba-cvs mailing list