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

tpot at samba.org tpot at samba.org
Sat Feb 12 00:54:12 GMT 2005


Author: tpot
Date: 2005-02-12 00:54:11 +0000 (Sat, 12 Feb 2005)
New Revision: 5351

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

Log:
Add wrapper for nt_errstr and array functions for samr_ConnectInfo.

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-02-12 00:53:32 UTC (rev 5350)
+++ branches/SAMBA_4_0/source/scripting/swig/dcerpc.i	2005-02-12 00:54:11 UTC (rev 5351)
@@ -169,6 +169,8 @@
 
 const char *dcerpc_server_name(struct dcerpc_pipe *p);
 
+char *nt_errstr(NTSTATUS nt_code);
+
 /* Some typemaps for easier access to resume handles.  Really this can
    also be done using the uint32 carray functions, but it's a bit of a
    hassle.  TODO: Fix memory leak here. */
@@ -228,6 +230,7 @@
    them all by hand. */
 
 %array_functions(struct samr_SamEntry, samr_SamEntry_array);
+%array_functions(union samr_ConnectInfo, samr_ConnectInfo_array);
 
 %include "librpc/gen_ndr/misc.i"
 %include "librpc/gen_ndr/security.i"



More information about the samba-cvs mailing list