1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00
samba-mirror/source/librpc/idl/dnsserver.idl
2007-10-10 13:17:21 -05:00

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();
}