mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
2bf6dff983
the build on systems like solaris with the SunPRO compiler
(This used to be commit fe913ad11b
)
17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
/*
|
|
distributed key tracking services
|
|
*/
|
|
|
|
[
|
|
uuid("300f3532-38cc-11d0-a3f0-0020af6b0add"),
|
|
version(1.2),
|
|
helpstring("Distributed Key Tracking Service")
|
|
]
|
|
interface trkwks
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
WERROR trkwks_Unknown0();
|
|
}
|