summaryrefslogtreecommitdiffstats
path: root/librpc/idl/dbgidl.idl
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/idl/dbgidl.idl')
-rw-r--r--librpc/idl/dbgidl.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/librpc/idl/dbgidl.idl b/librpc/idl/dbgidl.idl
new file mode 100644
index 0000000..0712392
--- /dev/null
+++ b/librpc/idl/dbgidl.idl
@@ -0,0 +1,9 @@
+[
+ uuid("1d55b526-c137-46c5-ab79-638f2a68e869"),
+ version(1.0),
+ pointer_default(unique),
+ helpstring("Remote IDL debugger")
+] interface dbgidl
+{
+ void dummy_dbgidl();
+}