From fc2b73d4d75f383108632935ba047890c816b283 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 5 Apr 2005 11:48:16 +0000 Subject: [PATCH] r6213: Add %array_functions for struct samr_String so we can create and access arrays of them. --- source/scripting/swig/dcerpc.i | 1 + 1 file changed, 1 insertion(+) diff --git a/source/scripting/swig/dcerpc.i b/source/scripting/swig/dcerpc.i index a76e1301af0..d4de8365f20 100644 --- a/source/scripting/swig/dcerpc.i +++ b/source/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);