1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
samba-mirror/source4/librpc/idl/policyagent.idl
Jelmer Vernooij d49f94621b Provide stubs when the [todo] attribute is set.
(This used to be commit 356a5d24747bb5e1ef9774c690a5ec386a4a165e)
2008-04-16 17:21:48 +02:00

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();
}