1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r920: a placeholder lsads.idl file (lack of this is why the build farm is unhappy for samba4)

This commit is contained in:
Andrew Tridgell 2004-05-27 06:36:50 +00:00 committed by Gerald (Jerry) Carter
parent d6dca96352
commit 35dfa3e07b

View File

@ -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();
}