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
tdb: Fix a tdb corruption
[Samba.git]
/
librpc
/
idl
/
scerpc.idl
blob
2c3c4f865f430e28ad11aa3a6d2444fdac8f2d8a
1
/*
2
security configuration editor interface definitions
3
*/
4
5
[
6
uuid
(
"93149ca2-973b-11d1-8c39-00c04fb984f9"
),
7
version
(
0.0
),
8
pointer_default
(
unique
),
9
helpstring
(
"Security Configuration Editor"
)
10
]
11
interface
scerpc
12
{
13
14
/*****************/
15
/* Function 0x00 */
16
WERROR scerpc_Unknown0
();
17
}
18