svn commit: samba r1760 - branches/SAMBA_4_0/source/include

idra at samba.org idra at samba.org
Thu Aug 12 06:31:59 GMT 2004


Author: idra
Date: 2004-08-12 06:31:55 +0000 (Thu, 12 Aug 2004)
New Revision: 1760
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1760&nolog=1
Log:

name the struct


Modified:
   branches/SAMBA_4_0/source/include/asn_1.h

Changeset:
Modified: branches/SAMBA_4_0/source/include/asn_1.h
===================================================================
--- branches/SAMBA_4_0/source/include/asn_1.h	2004-08-12 06:31:22 UTC (rev 1759)
+++ branches/SAMBA_4_0/source/include/asn_1.h	2004-08-12 06:31:55 UTC (rev 1760)
@@ -27,7 +27,7 @@
 	struct nesting *next;
 };
 
-typedef struct {
+typedef struct asn1_data {
 	uint8_t *data;
 	size_t length;
 	off_t ofs;



More information about the samba-cvs mailing list