summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dnsserver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/dnsserver.idl')
-rw-r--r--source4/librpc/idl/dnsserver.idl15
1 files changed, 15 insertions, 0 deletions
diff --git a/source4/librpc/idl/dnsserver.idl b/source4/librpc/idl/dnsserver.idl
new file mode 100644
index 0000000000..01be88b0d7
--- /dev/null
+++ b/source4/librpc/idl/dnsserver.idl
@@ -0,0 +1,15 @@
+/*
+ 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();
+}