diff options
author | Tim Potter <tpot@samba.org> | 2005-04-13 07:12:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:32 -0500 |
commit | 041e4672085e9083ce4ce40d0af923fd55d0e454 (patch) | |
tree | 59d0b63d7616316dbcd9c0a215d0707b5384f52a | |
parent | 6bb023122996f8f91bfd3e77b19d78e59537837e (diff) | |
download | samba-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)
-rw-r--r-- | source4/scripting/swig/dcerpc.i | 3 |
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" |