mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +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 c8b8480244b4ab6204403dc65e92e4317b410a84)
17 lines
218 B
Plaintext
17 lines
218 B
Plaintext
/*
|
|
security configuration editor interface definitions
|
|
*/
|
|
|
|
[
|
|
uuid(93149ca2-973b-11d1-8c39-00c04fb984f9),
|
|
version(0.0)
|
|
]
|
|
interface scerpc
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
WERROR scerpc_Unknown0();
|
|
}
|
|
|