mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
|
[
|
||
|
uuid("bf09192c-ed60-4928-9dff-d0d7bcb03ed8"),
|
||
|
endpoint("ncalrpc:"),
|
||
|
pointer_default(unique),
|
||
|
version(1.0),
|
||
|
helpstring("winbind parent-child protocol")
|
||
|
]
|
||
|
interface wbint
|
||
|
{
|
||
|
void wbint_Ping(
|
||
|
[in] uint32 in_data,
|
||
|
[out] uint32 *out_data
|
||
|
);
|
||
|
}
|