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:
parent
d6dca96352
commit
35dfa3e07b
16
source/librpc/idl/lsads.idl
Normal file
16
source/librpc/idl/lsads.idl
Normal 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();
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user