summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dnsserver.idl
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-05-31 11:45:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:21 -0500
commitb4540e5399437ef219144ebed57a6d026aa0fe22 (patch)
treefd1972269865bae258b417545017a3701000f65c /source4/librpc/idl/dnsserver.idl
parentd9c199a9f8f9a03529e2eb0e1ab87c0d51c31714 (diff)
downloadsamba-b4540e5399437ef219144ebed57a6d026aa0fe22.tar.gz
samba-b4540e5399437ef219144ebed57a6d026aa0fe22.tar.bz2
samba-b4540e5399437ef219144ebed57a6d026aa0fe22.zip
r7137: Add a couple more dummy idl files for the DNS server and Windows
Terminal Server remote management. (This used to be commit 6838607893f071e15ef0b8c6a5b37922b3cd8717)
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();
+}