mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
2bf6dff983
the build on systems like solaris with the SunPRO compiler (This used to be commit fe913ad11bf1c5e9fe04ed769a93b0ea16aa0a34)
17 lines
283 B
Plaintext
17 lines
283 B
Plaintext
#include "idl_types.h"
|
|
|
|
[
|
|
uuid("3919286a-b10c-11d0-9ba8-00c04fd92ef5"),
|
|
version(0.0),
|
|
endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]"),
|
|
pointer_default(unique)
|
|
]
|
|
interface lsads
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
void lsads_Unknown0();
|
|
|
|
}
|