mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
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();
|
||
|
}
|
||
|
|