mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
2bf6dff983
the build on systems like solaris with the SunPRO compiler
(This used to be commit fe913ad11b
)
18 lines
267 B
Plaintext
18 lines
267 B
Plaintext
/*
|
|
security configuration editor interface definitions
|
|
*/
|
|
|
|
[
|
|
uuid("93149ca2-973b-11d1-8c39-00c04fb984f9"),
|
|
version(0.0),
|
|
helpstring("Security Configuration Editor")
|
|
]
|
|
interface scerpc
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
WERROR scerpc_Unknown0();
|
|
}
|
|
|