Author: jelmer Date: 2005-08-24 01:05:48 +0000 (Wed, 24 Aug 2005) New Revision: 9556
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9556 Log: Define a few libsamba structs Modified: branches/SAMBA_4_0/source/include/structs.h Changeset: Modified: branches/SAMBA_4_0/source/include/structs.h =================================================================== --- branches/SAMBA_4_0/source/include/structs.h 2005-08-24 00:58:52 UTC (rev 9555) +++ branches/SAMBA_4_0/source/include/structs.h 2005-08-24 01:05:48 UTC (rev 9556) @@ -273,3 +273,5 @@ struct smb_krb5_context; struct samba3_samaccount; +struct samba3_idmap; +struct samba3_winsdb_entry;
