svn commit: samba r6326 - in branches/SAMBA_4_0/source/scripting/swig: .

tpot at samba.org tpot at samba.org
Wed Apr 13 07:12:17 GMT 2005


Author: tpot
Date: 2005-04-13 07:12:17 +0000 (Wed, 13 Apr 2005)
New Revision: 6326

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

Log:
Add %array_functions for struct lsa_SidPtr.

Pull in the auto-generated interface file for the lsa pipe
(whaddayaknow it compiled first go!)

Modified:
   branches/SAMBA_4_0/source/scripting/swig/dcerpc.i


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/swig/dcerpc.i
===================================================================
--- branches/SAMBA_4_0/source/scripting/swig/dcerpc.i	2005-04-13 06:26:43 UTC (rev 6325)
+++ branches/SAMBA_4_0/source/scripting/swig/dcerpc.i	2005-04-13 07:12:17 UTC (rev 6326)
@@ -232,6 +232,9 @@
 %array_functions(struct samr_SamEntry, samr_SamEntry_array);
 %array_functions(union samr_ConnectInfo, samr_ConnectInfo_array);
 
+%array_functions(struct lsa_SidPtr, lsa_SidPtr_array);
+
 %include "librpc/gen_ndr/misc.i"
 %include "librpc/gen_ndr/security.i"
 %include "librpc/gen_ndr/samr.i"
+%include "librpc/gen_ndr/lsa.i"



More information about the samba-cvs mailing list