1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00
Files
samba-mirror/source/librpc/idl/ntsvcs.idl
Andrew Tridgell c8b8480244 * 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)
-

16 lines
189 B
Plaintext

/*
plug and play services?
*/
[
uuid(8d9f4e40-a03d-11ce-8f69-08003e30051b),
version(1.0)
]
interface ntsvcs
{
/*****************/
/* Function 0x00 */
WERROR ntsvcs_Unknown0();
}