summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-04-05 11:48:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:26 -0500
commitf0641cae5d39eaf4c26881be53f946367a1f49b9 (patch)
treef84cc81b99ad3ad9920beb90638f8f3d52325801 /source4
parent3b64edcfff68a696efb1d4e3aadfdd7dc339c49f (diff)
downloadsamba-f0641cae5d39eaf4c26881be53f946367a1f49b9.tar.gz
samba-f0641cae5d39eaf4c26881be53f946367a1f49b9.tar.bz2
samba-f0641cae5d39eaf4c26881be53f946367a1f49b9.zip
r6213: Add %array_functions for struct samr_String so we can create and
access arrays of them. (This used to be commit fc2b73d4d75f383108632935ba047890c816b283)
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/swig/dcerpc.i1
1 files changed, 1 insertions, 0 deletions
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);