mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
19 lines
294 B
Plaintext
19 lines
294 B
Plaintext
/*
|
|
security configuration editor interface definitions
|
|
*/
|
|
|
|
[
|
|
uuid("93149ca2-973b-11d1-8c39-00c04fb984f9"),
|
|
version(0.0),
|
|
pointer_default(unique),
|
|
helpstring("Security Configuration Editor")
|
|
]
|
|
interface scerpc
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
WERROR scerpc_Unknown0();
|
|
}
|
|
|