summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/wbint.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/idl/wbint.idl')
-rw-r--r--source3/librpc/idl/wbint.idl14
1 files changed, 14 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl
new file mode 100644
index 0000000000..40a4545a3a
--- /dev/null
+++ b/source3/librpc/idl/wbint.idl
@@ -0,0 +1,14 @@
+[
+ uuid("bf09192c-ed60-4928-9dff-d0d7bcb03ed8"),
+ endpoint("ncalrpc:"),
+ pointer_default(unique),
+ version(1.0),
+ helpstring("winbind parent-child protocol")
+]
+interface wbint
+{
+ void wbint_Ping(
+ [in] uint32 in_data,
+ [out] uint32 *out_data
+ );
+} \ No newline at end of file