mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
2bf6dff983
the build on systems like solaris with the SunPRO compiler
(This used to be commit fe913ad11b
)
22 lines
375 B
Plaintext
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();
|
|
}
|