svn commit: samba r12451 - in branches/SAMBA_4_0/source/include: .

jelmer at samba.org jelmer at samba.org
Fri Dec 23 14:21:51 GMT 2005


Author: jelmer
Date: 2005-12-23 14:21:50 +0000 (Fri, 23 Dec 2005)
New Revision: 12451

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

Log:
Add 'struct libnet_context;' - apparently the order of the prototypes 
in proto.h previously already did this somehow, probably because it 
was used as a return value before it was used as a parameter.

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-12-23 13:02:52 UTC (rev 12450)
+++ branches/SAMBA_4_0/source/include/structs.h	2005-12-23 14:21:50 UTC (rev 12451)
@@ -180,6 +180,7 @@
 struct dcesrv_call_state;
 struct dcesrv_auth;
 
+struct libnet_context;
 struct libnet_Join;
 struct libnet_JoinDomain;
 union libnet_ChangePassword;



More information about the samba-cvs mailing list