mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
ba33beec05
* allow for an interface to list its endpoints in the IDL file, so we
can automatically make the server listen on the right pipes, and
can scan pipes more easily (I don't take advantage of this yet,
just putting the infrastructure in place)
(This used to be commit c8b8480244
)
16 lines
197 B
Plaintext
16 lines
197 B
Plaintext
/*
|
|
distributed key tracking services
|
|
*/
|
|
|
|
[
|
|
uuid(300f3532-38cc-11d0-a3f0-0020af6b0add),
|
|
version(1.2)
|
|
]
|
|
interface trkwks
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
WERROR trkwks_Unknown0();
|
|
}
|