1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
samba-mirror/source4/librpc/idl/msgsvc.idl
Andrew Tridgell 2bf6dff983 r3283: converted to quoted uuid() defines in all our IDL. This should help
the build on systems like solaris with the SunPRO compiler
(This used to be commit fe913ad11b)
2007-10-10 13:04:50 -05:00

22 lines
375 B
Plaintext

/* Works over UDP */
[
uuid("17fdd703-1827-4e34-79d4-24a55c53bb37"),
version(1.0),
helpstring("Messaging Service")
] interface msgsvc
{
void NetrMessageNameAdd();
void NetrMessageNameEnum();
void NetrMessageNameGetInfo();
void NetrMessageNameDel();
}
[
uuid("5a7b91f8-ff00-11d0-a9b2-00c04fb6e6fc"),
version(1.0)
] interface msgsvcsend
{
void NetrSendMessage();
}