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
tevent: fix typo async_req_done() => tevent_req_done()
[Samba.git]
/
librpc
/
idl
/
protected_storage.idl
blob
7841f91ca9d49830ff507209a39e1f75c7e256e0
1
/*
2
protected_storage interface definitions
3
Also seen with UUID:
4
*/
5
6
[
uuid
(
"c9378ff1-16f7-11d0-a0b2-00aa0061426a"
),
7
version
(
1.0
),
8
pointer_default
(
unique
)
9
]
interface
protected_storage
10
{
11
/*****************************/
12
/* Function 0x00 */
13
WERROR ps_XXX
();
14
}