From a2d0c6cec81d86722589b3afd0ab186989260869 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 27 Jul 2009 15:57:32 +0200 Subject: frstrans.idl: add definition of frstrans_EstablishSession metze --- librpc/idl/frstrans.idl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'librpc/idl') diff --git a/librpc/idl/frstrans.idl b/librpc/idl/frstrans.idl index 946ead0671..3072ebb4e5 100644 --- a/librpc/idl/frstrans.idl +++ b/librpc/idl/frstrans.idl @@ -40,7 +40,10 @@ interface frstrans /*****************/ /* Function 0x02 */ - [todo] void FRSTRANS_ESTABLISH_SESSION(); + WERROR frstrans_EstablishSession( + [in] GUID connection_guid, + [in] GUID content_set_guid + ); /*****************/ /* Function 0x03 */ -- cgit