mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
16 lines
252 B
Plaintext
16 lines
252 B
Plaintext
/*
|
|
dnsserver interface definition
|
|
*/
|
|
|
|
#include "idl_types.h"
|
|
|
|
[ uuid("50abc2a4-574d-40b3-9d66-ee4fd5fba076"),
|
|
version(5.0),
|
|
pointer_default(unique),
|
|
pointer_default_top(unique),
|
|
helpstring("DNS Server")
|
|
] interface dnsserver
|
|
{
|
|
void foo();
|
|
}
|