mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
d86da81304
types from .h file that are now in pidls' aliases list.
(This used to be commit fadb9529ec
)
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();
|
|
}
|