diff options
-rw-r--r-- | librpc/idl/frstrans.idl | 4 |
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 */ |