mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
/*
|
|
dnsserver interface definition
|
|
*/
|
|
|
|
[ uuid("50abc2a4-574d-40b3-9d66-ee4fd5fba076"),
|
|
version(5.0),
|
|
pointer_default(unique),
|
|
helpstring("DNS Server")
|
|
] interface dnsserver
|
|
{
|
|
void dnsserver_foo();
|
|
}
|