From 2b63af824846d3de9bc0d93b4c28f0fa8c786e34 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 May 2004 06:36:50 +0000 Subject: r920: a placeholder lsads.idl file (lack of this is why the build farm is unhappy for samba4) (This used to be commit 35dfa3e07b2e4d200d9f6ab1aea27a6471d5e546) --- source4/librpc/idl/lsads.idl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source4/librpc/idl/lsads.idl 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(); + +} -- cgit