source: trunk/server/librpc/idl/dnsserver.idl@ 1010

Last change on this file since 1010 was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 207 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.