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
)
13 lines
231 B
Plaintext
13 lines
231 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();
|
|
}
|