summaryrefslogtreecommitdiffstats
path: root/librpc
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2013-09-25 23:53:21 -0700
committerMatthieu Patou <mat@samba.org>2014-10-02 12:02:02 +0200
commitc76843361bbcebd93f608f3932ed0150c528e40c (patch)
treef7fa3900f2d7249ca5e514c75ceef32aac6b4765 /librpc
parentc67468d43b4c93ec2a7dc727a3192e339eb5528c (diff)
downloadsamba-c76843361bbcebd93f608f3932ed0150c528e40c.tar.gz
samba-c76843361bbcebd93f608f3932ed0150c528e40c.tar.xz
samba-c76843361bbcebd93f608f3932ed0150c528e40c.zip
idl: frstrans.idl add frstrans_RdcClose
Change-Id: I32e88f542da7df21e253cfbf8c2b3cc17043c6c7 Signed-off-by: Matthieu Patou <mat@matws.net> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/frstrans.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/librpc/idl/frstrans.idl b/librpc/idl/frstrans.idl
index caf6e42991..6bda83e4e0 100644
--- a/librpc/idl/frstrans.idl
+++ b/librpc/idl/frstrans.idl
@@ -185,7 +185,9 @@ interface frstrans
/*****************/
/* Function 0x0c */
- [todo] void FRSTRANS_RDC_CLOSE();
+ WERROR frstrans_RdcClose(
+ [in,out,ref] policy_handle *server_context
+ );
/*****************/
/* Function 0x0d */