summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-04-13 07:12:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:32 -0500
commit041e4672085e9083ce4ce40d0af923fd55d0e454 (patch)
tree59d0b63d7616316dbcd9c0a215d0707b5384f52a /source4/scripting
parent6bb023122996f8f91bfd3e77b19d78e59537837e (diff)
downloadsamba-041e4672085e9083ce4ce40d0af923fd55d0e454.tar.gz
samba-041e4672085e9083ce4ce40d0af923fd55d0e454.tar.bz2
samba-041e4672085e9083ce4ce40d0af923fd55d0e454.zip
r6326: Add %array_functions for struct lsa_SidPtr.
Pull in the auto-generated interface file for the lsa pipe (whaddayaknow it compiled first go!) (This used to be commit fd884ec433c825759624a47541521cbd3d07f5a1)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/swig/dcerpc.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/scripting/swig/dcerpc.i b/source4/scripting/swig/dcerpc.i
index d4de8365f2..e41d9e4e2f 100644
--- a/source4/scripting/swig/dcerpc.i
+++ b/source4/scripting/swig/dcerpc.i
@@ -232,6 +232,9 @@ char *nt_errstr(NTSTATUS nt_code);
%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"