mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
d49f94621b
(This used to be commit 356a5d24747bb5e1ef9774c690a5ec386a4a165e)
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
|
|
/* IPSec policy agent (Win2k) */
|
|
[
|
|
uuid("d335b8f6-cb31-11d0-b0f9-006097ba4e54"),
|
|
version(1.5),
|
|
pointer_default(unique),
|
|
helpstring("IPSec Policy Agent")
|
|
] interface policyagent
|
|
{
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
[todo] WERROR policyagent_Dummy();
|
|
}
|