1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source4/librpc/idl/keysvc.idl
Andrew Tridgell ba33beec05 * added a bunch of placeholder IDL files
* 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)
2003-11-28 05:20:11 +00:00

16 lines
202 B
Plaintext

/*
cryptographic key services interface
*/
[
uuid(8d0ffe72-d252-11d0-bf8f-00c04fd9126b),
version(1.0)
]
interface keysvc
{
/*****************/
/* Function 0x00 */
WERROR keysvc_Unknown0();
}