diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-05-27 06:36:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:20 -0500 |
commit | 2b63af824846d3de9bc0d93b4c28f0fa8c786e34 (patch) | |
tree | d0d5d7e7955e8ad66549edfcf63a5806414ae8b6 /source4/librpc/idl | |
parent | 7f3d4cc9805bbe2455d663544bbe01bb4b6da09a (diff) | |
download | samba-2b63af824846d3de9bc0d93b4c28f0fa8c786e34.tar.gz samba-2b63af824846d3de9bc0d93b4c28f0fa8c786e34.tar.bz2 samba-2b63af824846d3de9bc0d93b4c28f0fa8c786e34.zip |
r920: a placeholder lsads.idl file (lack of this is why the build farm is unhappy for samba4)
(This used to be commit 35dfa3e07b2e4d200d9f6ab1aea27a6471d5e546)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/lsads.idl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source4/librpc/idl/lsads.idl b/source4/librpc/idl/lsads.idl new file mode 100644 index 0000000000..53ff69d687 --- /dev/null +++ b/source4/librpc/idl/lsads.idl @@ -0,0 +1,16 @@ +#include "idl_types.h" + +[ + uuid(3919286a-b10c-11d0-9ba8-00c04fd92ef5), + version(0.0), + endpoints(lsarpc,lsass), + pointer_default(unique) +] +interface lsads +{ + + /*****************/ + /* Function 0x00 */ + void lsads_Unknown0(); + +} |