From f0641cae5d39eaf4c26881be53f946367a1f49b9 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 5 Apr 2005 11:48:16 +0000 Subject: r6213: Add %array_functions for struct samr_String so we can create and access arrays of them. (This used to be commit fc2b73d4d75f383108632935ba047890c816b283) --- source4/scripting/swig/dcerpc.i | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/scripting') diff --git a/source4/scripting/swig/dcerpc.i b/source4/scripting/swig/dcerpc.i index a76e1301af..d4de8365f2 100644 --- a/source4/scripting/swig/dcerpc.i +++ b/source4/scripting/swig/dcerpc.i @@ -228,6 +228,7 @@ char *nt_errstr(NTSTATUS nt_code); pidl to automatically generating these instead of having to find them all by hand. */ +%array_functions(struct samr_String, samr_String_array); %array_functions(struct samr_SamEntry, samr_SamEntry_array); %array_functions(union samr_ConnectInfo, samr_ConnectInfo_array); -- cgit