diff options
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/frstrans.idl | 5 |
1 files changed, 4 insertions, 1 deletions
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 */ |