repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3-libsmb: Don't leak memory on error.
[Samba.git]
/
librpc
/
idl
/
policyagent.idl
blob
ab137faf2798c85bdd671311cc4e75dba2801ec2
1
2
/* IPSec policy agent (Win2k) */
3
[
4
uuid
(
"d335b8f6-cb31-11d0-b0f9-006097ba4e54"
),
5
version
(
1.5
),
6
pointer_default
(
unique
),
7
helpstring
(
"IPSec Policy Agent"
)
8
]
interface
policyagent
9
{
10
/*****************/
11
/* Function 0x00 */
12
[
todo
]
WERROR policyagent_Dummy
();
13
}