diff options
author | Tim Potter <tpot@samba.org> | 2004-09-08 12:56:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:35 -0500 |
commit | ec952cde0501b15c5e14a3c06333f97dc77dc1f0 (patch) | |
tree | eb55c6640ee002c34d9edec499e48a0be5ebbb86 /source4/scripting/swig | |
parent | ff19c6ac0d4a966022e59986ced52857f75f94df (diff) | |
download | samba-ec952cde0501b15c5e14a3c06333f97dc77dc1f0.tar.gz samba-ec952cde0501b15c5e14a3c06333f97dc77dc1f0.tar.bz2 samba-ec952cde0501b15c5e14a3c06333f97dc77dc1f0.zip |
r2256: Include autogenerated interfaces for lsa and samr pipes. Typemaps are currently
not working though.
(This used to be commit 55bd2dc02de13ee3da1cde20694f452df0899a9f)
Diffstat (limited to 'source4/scripting/swig')
-rw-r--r-- | source4/scripting/swig/dcerpc.i | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/scripting/swig/dcerpc.i b/source4/scripting/swig/dcerpc.i index 6769b4efc1..5ace564359 100644 --- a/source4/scripting/swig/dcerpc.i +++ b/source4/scripting/swig/dcerpc.i @@ -121,4 +121,6 @@ NTSTATUS dcerpc_pipe_connect(struct dcerpc_pipe **OUT, const char *domain, const char *username, const char *password); -%include "samr.i" + +%include "librpc/gen_ndr/samr.i" +%include "librpc/gen_ndr/lsa.i" |