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
BUG 9326: Fix net ads join message for the dns domain.
[Samba.git]
/
librpc
/
idl
/
dnsserver.idl
blob
86a8a14f1326aa645512cd3ff134b884ab795bd1
1
/*
2
dnsserver interface definition
3
*/
4
5
[
uuid
(
"50abc2a4-574d-40b3-9d66-ee4fd5fba076"
),
6
version
(
5.0
),
7
pointer_default
(
unique
),
8
helpstring
(
"DNS Server"
)
9
]
interface
dnsserver
10
{
11
void
dnsserver_foo
();
12
}