mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
- IDL fixes + adding comments - Start working on dcom infrastructure (This used to be commit ef0fc269f06c82594c34ad8673c76c5ea099250e)
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
|
|
/* IPSec policy agent (Win2k) */
|
|
[
|
|
uuid(d335b8f6-cb31-11d0-b0f9-006097ba4e54),
|
|
version(1.5),
|
|
helpstring("IPSec Policy Agent")
|
|
] interface policyagent
|
|
{
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
WERROR policyagent_Dummy();
|
|
}
|